Liberate nkagami.me domains from Cloudflare origin cert requirement
This commit is contained in:
parent
2aa0ee2023
commit
6eb0b818f1
5 changed files with 13 additions and 4 deletions
|
@ -35,11 +35,13 @@ in
|
|||
# traefik
|
||||
cloud.traefik.hosts.bitwarden = {
|
||||
inherit port host;
|
||||
noCloudflare = true;
|
||||
};
|
||||
cloud.traefik.hosts.bitwarden-notifications = {
|
||||
inherit host;
|
||||
port = notificationsPort;
|
||||
path = "/notifications/hub";
|
||||
noCloudflare = true;
|
||||
};
|
||||
# systemd unit
|
||||
systemd.services.bitwarden-server = {
|
||||
|
@ -73,6 +75,7 @@ in
|
|||
AmbientCapabilities = "CAP_NET_BIND_SERVICE";
|
||||
StateDirectory = "bitwarden-server";
|
||||
};
|
||||
requires = [ "postgresql.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue