Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • infrastruktur/ansible-warpzone
  • specki/ansible-warpzone
2 results
Show changes
......@@ -10,7 +10,7 @@ name = "warpzone PrivateBin"
; The full URL, with the domain name and directories that point to the
; PrivateBin files, including an ending slash (/). This URL is essential to
; allow Opengraph images to be displayed on social networks.
basepath = "https://privatebin.webdiscount.net/"
basepath = "https://privatebin.warpzone.ms/"
; enable or disable the discussion feature, defaults to true
discussion = false
......@@ -145,10 +145,6 @@ default = "1week"
1hour = 3600
1day = 86400
1week = 604800
; Well this is not *exactly* one month, it's 30 days:
1month = 2592000
1year = 31536000
never = 0
[formatter_options]
; Set available formatters, their order and their labels
......
......@@ -11,7 +11,8 @@ services:
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
- traefik.http.routers.{{ servicename }}.entrypoints=websecure
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=8080
restart:
always
networks:
web:
external: true
\ No newline at end of file
......@@ -167,7 +167,6 @@ SERVICES=[
'required_group': 'nextcloud_access',
'confidential': True
},
{
'title': 'VPN (Administration)',
'description': 'VPN Server für Administratoren',
......@@ -176,7 +175,6 @@ SERVICES=[
'required_group': 'vpnserver_access',
'confidential': True
},
{
'title': 'Vaultwarden',
'description': 'Vaultwarden Passwortverwaltung',
......@@ -187,7 +185,7 @@ SERVICES=[
},
{
'title': 'Warpapi',
'description': 'API für Services wie SpaceAPI etc.',
'description': 'API für Services wie SpaceAPI etc.',
'url': 'https://api.{{ global_domains.warpzonems.domain }}',
'logo_url': 'https://gitlab.warpzone.ms/presse/media/-/raw/master/Logo/WZ_Blume_3c.svg'
},
......