This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vouch: | |
| domains: | |
| - example.com | |
| - example2.com | |
| testing: false | |
| post_logout_redirect_uris: | |
| - https://oauth2.googleapis.com/revoke | |
| cookie: | |
| name: myuniquename | |
| secure: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "Any", | |
| "cutoff": { | |
| "id": 20, | |
| "name": "Bluray-480p", | |
| "source": "bluray", | |
| "resolution": "r480P", | |
| "modifier": "none" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Request Failed: Unexpected character encountered while parsing value: b. Path '', line 0, position 0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nextcloud.mydomain.dev { | |
| root /srv/vaultfs/rootfs/container/mounts/nextcloud/html | |
| log /var/log/nextcloud_access.log | |
| errors /var/log/nextcloud_errors.log | |
| fastcgi / 127.30.1.17:9000 php { | |
| env PATH /bin | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3.6" | |
| services: | |
| # Traefik Reverse Proxy Engine | |
| traefik: | |
| hostname: traefik | |
| image: traefik:latest | |
| container_name: traefik | |
| restart: always | |
| domainname: ${DOMAINNAME} |