moving server from old config to new one (finally)
This commit is contained in:
parent
5306a9a633
commit
634171e91d
3 changed files with 68 additions and 9 deletions
|
|
@ -6,5 +6,66 @@
|
|||
}:
|
||||
|
||||
{
|
||||
config = { };
|
||||
config = {
|
||||
server = {
|
||||
arr = {
|
||||
enable = true;
|
||||
};
|
||||
cloud = {
|
||||
immich = {
|
||||
enable = true;
|
||||
public = true;
|
||||
};
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
public = true;
|
||||
};
|
||||
};
|
||||
media = {
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
public = false;
|
||||
};
|
||||
jellyseer = {
|
||||
enable = true;
|
||||
public = false;
|
||||
};
|
||||
kavita = {
|
||||
enable = true;
|
||||
public = false;
|
||||
};
|
||||
navidrome = {
|
||||
enable = true;
|
||||
public = false;
|
||||
};
|
||||
};
|
||||
misc = {
|
||||
dawarich = {
|
||||
enable = true;
|
||||
public = false;
|
||||
};
|
||||
forgejo = {
|
||||
enable = true;
|
||||
public = true;
|
||||
};
|
||||
lauti = {
|
||||
enable = true;
|
||||
public = true;
|
||||
};
|
||||
vaultwarden = {
|
||||
enable = true;
|
||||
public = true;
|
||||
};
|
||||
};
|
||||
social = {
|
||||
gotosocial = {
|
||||
enable = true;
|
||||
public = true;
|
||||
};
|
||||
synapse = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue