feat: allow sftp on pie for paperless pdf upload
This commit is contained in:
parent
c5605688a1
commit
d1baf5035f
|
@ -29,6 +29,8 @@
|
||||||
networking.hosts = flake.self.lib.addLocalHostname ["caddy.local"];
|
networking.hosts = flake.self.lib.addLocalHostname ["caddy.local"];
|
||||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||||
|
|
||||||
|
services.openssh.allowSFTP = true;
|
||||||
|
|
||||||
# Caddy reverse proxy for local services like cups
|
# Caddy reverse proxy for local services like cups
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
globalConfig = ''
|
globalConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue