mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Migrate Dawarich to the new Nixified version
This commit is contained in:
parent
22b57c9279
commit
31a4fec38b
3 changed files with 36 additions and 24 deletions
|
|
@ -56,6 +56,15 @@ in {
|
|||
server_name = "collabora.pack1828.org";
|
||||
};
|
||||
};
|
||||
dawarich = {
|
||||
enable = true;
|
||||
configureNginx = true;
|
||||
localDomain = "location.technicalissues.us";
|
||||
smtp = {
|
||||
fromAddress = "location@hetznix01.technicalissues.us";
|
||||
host = "127.0.0.1";
|
||||
};
|
||||
};
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
hostName = "cloud.pack1828.org";
|
||||
|
|
|
|||
|
|
@ -125,9 +125,12 @@ in {
|
|||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:3003";
|
||||
};
|
||||
# Other settings come from services.dawarich.configureNginx
|
||||
# The client_max_body_size setting is need to allow for large GeoJSON files
|
||||
# such as those exported from a containerized version of Dawarich.
|
||||
extraConfig = ''
|
||||
client_max_body_size 200m;
|
||||
'';
|
||||
};
|
||||
"matrix.${domain}" = {
|
||||
listen = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue