nixy/seafile: update initial config
This commit is contained in:
parent
e90f05bf99
commit
064a2e6554
@ -105,7 +105,7 @@
|
|||||||
networking = {
|
networking = {
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [80 443 51820];
|
allowedTCPPorts = [80 443 51820 8020];
|
||||||
};
|
};
|
||||||
|
|
||||||
hostName = "nixy";
|
hostName = "nixy";
|
||||||
@ -455,6 +455,23 @@
|
|||||||
logind.extraConfig = ''
|
logind.extraConfig = ''
|
||||||
KillUserProcesses=yes
|
KillUserProcesses=yes
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
seafile = {
|
||||||
|
enable = true;
|
||||||
|
initialAdminPassword = "admin";
|
||||||
|
adminEmail = "asmir.abdulahovic@gmail.com";
|
||||||
|
ccnetSettings = {
|
||||||
|
General = {
|
||||||
|
SERVICE_URL = "http://127.0.0.1:8020";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
seafileSettings = {
|
||||||
|
fileserver = {
|
||||||
|
host = "0.0.0.0";
|
||||||
|
port = 8082;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user