remove display.augendre.info

This commit is contained in:
Gabriel Augendre 2025-02-08 23:40:54 +01:00
parent 2306858a77
commit b890643337
5 changed files with 1 additions and 43 deletions

View file

@ -4,7 +4,6 @@
- import_playbook: charasheet.yaml # noqa: name[play]
- import_playbook: checkout.yaml # noqa: name[play]
- import_playbook: code.yaml # noqa: name[play]
- import_playbook: display.yaml # noqa: name[play]
- import_playbook: ghost.yaml # noqa: name[play]
- import_playbook: git.yaml # noqa: name[play]
- import_playbook: goatcounter.yaml # noqa: name[play]

View file

@ -1,24 +0,0 @@
---
- name: Display
hosts: servers
gather_facts: false
tasks:
- name: Fix git config
community.general.git_config:
scope: global
name: merge.conflictstyle
value: diff3
- name: Pull git repo
ansible.builtin.git:
executable: /usr/bin/git
repo: https://git.augendre.info/gaugendre/display.git
dest: "{{ dir }}/sources"
version: HEAD # noqa: latest[git] # we want the latest revision
- name: Docker
ansible.builtin.include_role:
name: docker
vars:
docker_app_name: display
docker_build: always
dir: /mnt/data/{{ docker_app_name }}

View file

@ -258,12 +258,7 @@ nextcloud-kibana.augendre.info {
reverse_proxy localhost:9009
}
display.augendre.info {
import common_headers
import internal
header Content-Security-Policy "default-src 'self' https://*.augendre.info; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'; frame-ancestors https://*.augendre.info; connect-src 'self' https://*.augendre.info https://download.data.grandlyon.com"
reverse_proxy localhost:9010
}
# port 9010 is available
aio.augendre.info {
import common_headers

View file

@ -1,9 +0,0 @@
services:
app:
build:
context: sources
restart: always
labels:
- "com.centurylinklabs.watchtower.enable=false"
ports:
- "127.0.0.1:9010:80"

View file

@ -1,3 +0,0 @@
#!/bin/bash
git -C ./sources pull
docker compose --ansi never up -d --build