Compare commits
No commits in common. "5284d6e5966793c838a9ac24b6b4133969880f5e" and "964830082fbcc1c872e5152aaac48894062e2e43" have entirely different histories.
5284d6e596
...
964830082f
2 changed files with 0 additions and 7 deletions
|
|
@ -17,8 +17,6 @@
|
|||
settings = {
|
||||
server = {
|
||||
DOMAIN = "forgejo.binning.net";
|
||||
SSH_DOMAIN = "ssh.binning.net";
|
||||
SSH_PORT = 2222;
|
||||
ROOT_URL = "https://forgejo.binning.net/";
|
||||
HTTP_ADDR = "127.0.0.1";
|
||||
HTTP_PORT = 3000;
|
||||
|
|
|
|||
|
|
@ -174,9 +174,4 @@ in
|
|||
acceptTerms = true;
|
||||
defaults.email = "hvanb@pm.me";
|
||||
};
|
||||
|
||||
# Ensure the data directory exists with proper permissions
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/www 0750 nginx nginx -"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue