ghost: enabled writefreely
This commit is contained in:
parent
5eca20902c
commit
eb3eca98c4
4 changed files with 18 additions and 1 deletions
|
@ -78,6 +78,16 @@
|
|||
extraConfig.SINGLE_USER_MODE = "true";
|
||||
};
|
||||
|
||||
services.writefreely = {
|
||||
enable = true;
|
||||
acme.enable = true;
|
||||
nginx.enable = true;
|
||||
nginx.forceSSL = true;
|
||||
host = "blog.lelgenio.xyz";
|
||||
admin.name = "lelgenio";
|
||||
admin.initialPasswordFile = config.age.secrets.ghost-writefreely.path;
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue