Version 14 of wg-easy is easier, but unfortunately this is no longer the case from version 15 onwards.
Important
- So far only tested on the following systems:
Ubuntu 26.04
| services: | |
| ferron-local: | |
| image: ferronserver/ferron:2-alpine | |
| volumes: | |
| - "./ferron-local.kdl:/etc/ferron.kdl" # Ferron configuration file | |
| #- "./ferron-acme:/var/cache/ferron-acme" # This volume is needed for persistent automatic TLS cache, otherwise the web server will obtain a new certificate on each restart | |
| - "./ferron-webroot:/var/www/ferron:ro" | |
| restart: always | |
| ferron-proxy: |
| { | |
| # email admin@deine-domain.example | |
| # acme_ca http://openbao.testdom.internal:8200/v1/pki/acme/directory | |
| } | |
| vaultwarden.testdom.internal { | |
| reverse_proxy bitwarden:80 | |
| tls /etc/caddy/certs/caddy.crt /etc/caddy/certs/caddy.key |
| version: "3.2" | |
| services: | |
| bitwarden: | |
| image: vaultwarden/server:latest | |
| restart: always | |
| ports: | |
| - "80:80" | |
| environment: | |
| - ADMIN_TOKEN=YOURPASSWORD | |
| - WEBSOCKET_ENABLED=true |
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] | |
| "NoAutoUpdate"=dword:00000000 | |
| "AUOptions"=dword:00000002 | |
| "ScheduledInstallDay"=dword:00000000 | |
| "ScheduledInstallTime"=dword:00000000 |
| [paperless] | |
| url = http://paperless.test.com | |
| api_token = API_TOKEN | |
| forward_tag_ids = 17, 31 | |
| [email] | |
| smtp_server = smtp.test.com | |
| smtp_port = 587 | |
| username = ***@test.com | |
| password = *** |