add authentik to Drone
This commit is contained in:
parent
f389f8344f
commit
4ec4689a3d
7 changed files with 345 additions and 75 deletions
|
|
@ -6,7 +6,7 @@
|
|||
enable = true;
|
||||
package = pkgs.caddy.withPlugins {
|
||||
plugins = [ "github.com/WeidiDeng/caddy-cloudflare-ip@v0.0.0-20231130002422-f53b62aa13cb"];
|
||||
hash = "sha256-mtKyPOEY6qK1/Uz4LQfzqBMxFnfH1vLfvxyo4t4nXck=";
|
||||
hash = "sha256-UhQOGV0149dK4u9mr449aohfG3KKwSDRW9WrvT0uOKI=";
|
||||
};
|
||||
extraConfig = ''
|
||||
(cloudflare-tls) {
|
||||
|
|
@ -54,6 +54,13 @@
|
|||
respond "not much to see here"
|
||||
'';
|
||||
|
||||
"authentik.wo2wz.fyi".extraConfig = ''
|
||||
import default-settings
|
||||
import cloudflare-tls
|
||||
|
||||
reverse_proxy localhost:9000
|
||||
'';
|
||||
|
||||
"nextcloud.wo2wz.fyi".extraConfig = ''
|
||||
import default-settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue