diff --git a/portainer/portainer_data/backups/portainer.db.bak b/portainer/portainer_data/backups/portainer.db.bak deleted file mode 100644 index a9125a4..0000000 Binary files a/portainer/portainer_data/backups/portainer.db.bak and /dev/null differ diff --git a/portainer/portainer_data/certs/cert.pem b/portainer/portainer_data/certs/cert.pem deleted file mode 100644 index 8592b1a..0000000 --- a/portainer/portainer_data/certs/cert.pem +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIBUTCB+KADAgECAhAeWh/z+sbEZFR7EMRqqkpQMAoGCCqGSM49BAMCMAAwHhcN -MjUwODEwMTc0OTQ2WhcNMzAwODEwMTc0OTQ2WjAAMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAERhP2yEqa1WfaVnsUcGCdBIa8hXA+Dy0M5ub+IsRacMVh+qlympdx -fnTkgqmKD//TkkrItn0LK/N6y9pr+4ACuqNUMFIwDgYDVR0PAQH/BAQDAgWgMBMG -A1UdJQQMMAoGCCsGAQUFBwMBMAwGA1UdEwEB/wQCMAAwHQYDVR0RAQH/BBMwEYIJ -bG9jYWxob3N0hwQAAAAAMAoGCCqGSM49BAMCA0gAMEUCIQDfZrHJ55O3LmeqE3qb -tJwZwjfo6VoE5riN5I4FqpKcBwIgTQKgtTAKPKs640r8JZuHbILby6PNQ131keSa -ot2MqP8= ------END CERTIFICATE----- diff --git a/portainer/portainer_data/certs/key.pem b/portainer/portainer_data/certs/key.pem deleted file mode 100644 index 0f788d0..0000000 --- a/portainer/portainer_data/certs/key.pem +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN EC PRIVATE KEY----- -MHcCAQEEIBpvOD82fiEAct1Vaia3zDFs/FQCfe+Pn5pH8WClZgfToAoGCCqGSM49 -AwEHoUQDQgAERhP2yEqa1WfaVnsUcGCdBIa8hXA+Dy0M5ub+IsRacMVh+qlympdx -fnTkgqmKD//TkkrItn0LK/N6y9pr+4ACug== ------END EC PRIVATE KEY----- diff --git a/portainer/portainer_data/chisel/private-key.pem b/portainer/portainer_data/chisel/private-key.pem deleted file mode 100644 index 67139d2..0000000 --- a/portainer/portainer_data/chisel/private-key.pem +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN EC PRIVATE KEY----- -MHcCAQEEIK2QXHQLeO1S57yTgtluWzEZvQzYbBRpuZSV9CTJLjfdoAoGCCqGSM49 -AwEHoUQDQgAEWKhlkC0UhfVbSKwi0iDZzK4PG0z5iuBfTQZrnqfIvYnYqk+mRAms -kxfOv3CyS7wEZlaEK+O2D8HnLDlS/tvxpQ== ------END EC PRIVATE KEY----- diff --git a/portainer/portainer_data/compose/1/docker-compose.yml b/portainer/portainer_data/compose/1/docker-compose.yml deleted file mode 100644 index d9f2638..0000000 --- a/portainer/portainer_data/compose/1/docker-compose.yml +++ /dev/null @@ -1,11 +0,0 @@ -#version: "3" - -services: - tor-privoxy: - restart: always - image: dockage/tor-privoxy:latest - network_mode: "host" - ports: - - "9050:9050" # Tor proxy - - "9051:9051" # Tor control port - - "8118:8118" # Privoxy diff --git a/portainer/portainer_data/compose/2/docker-compose.yml b/portainer/portainer_data/compose/2/docker-compose.yml deleted file mode 100644 index d1913bd..0000000 --- a/portainer/portainer_data/compose/2/docker-compose.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -services: - qbittorrent: - image: lscr.io/linuxserver/qbittorrent:latest - container_name: qbittorrent - environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Oslo - - WEBUI_PORT=8080 - - TORRENTING_PORT=6881 - volumes: - - c:/Docker/qbittorrent/appdata:/config - - c:/Docker/qbittorrent/downloads:/downloads #optional - ports: - - 8080:8080 - - 6881:6881 - - 6881:6881/udp - restart: unless-stopped diff --git a/portainer/portainer_data/compose/3/docker-compose.yml b/portainer/portainer_data/compose/3/docker-compose.yml deleted file mode 100644 index 4897f8e..0000000 --- a/portainer/portainer_data/compose/3/docker-compose.yml +++ /dev/null @@ -1,17 +0,0 @@ -#version: "3" -services: - - shepherd: - #build: . - image: containrrr/shepherd - restart: always - - volumes: - - /var/run/docker.sock:/var/run/docker.sock -# deploy: -# placement: -# constraints: -# - node.role == manager - environment: - TZ: 'Europe/Oslo' - SLEEP_TIME: '180m' diff --git a/portainer/portainer_data/compose/4/docker-compose.yml b/portainer/portainer_data/compose/4/docker-compose.yml deleted file mode 100644 index 78418a6..0000000 --- a/portainer/portainer_data/compose/4/docker-compose.yml +++ /dev/null @@ -1,19 +0,0 @@ -services: - watchtower: - image: containrrr/watchtower - container_name: watchtower - restart: always - environment: - WATCHTOWER_SCHEDULE: "0 0 1 * * *" - TZ: Europe/Oslo - WATCHTOWER_CLEANUP: "true" -# WATCHTOWER_DEBUG: "true" -# WATCHTOWER_NOTIFICATIONS: "email" -# WATCHTOWER_NOTIFICATION_EMAIL_FROM: "cldocker01@cloud.local" -# WATCHTOWER_NOTIFICATION_EMAIL_TO: "pushover@mailrise.xyz" -# # you have to use a network alias here, if you use your own certificate -# WATCHTOWER_NOTIFICATION_EMAIL_SERVER: "10.1.149.19" -# WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT: "8025" -# WATCHTOWER_NOTIFICATION_EMAIL_DELAY: 2 - volumes: - - /var/run/docker.sock:/var/run/docker.sock \ No newline at end of file diff --git a/portainer/portainer_data/compose/5/docker-compose.yml b/portainer/portainer_data/compose/5/docker-compose.yml deleted file mode 100644 index 1e0b4af..0000000 --- a/portainer/portainer_data/compose/5/docker-compose.yml +++ /dev/null @@ -1,8 +0,0 @@ -#name: it-tools -services: - it-tools: - image: corentinth/it-tools:latest - container_name: it-tools - restart: unless-stopped - ports: - - 9080:80 diff --git a/portainer/portainer_data/docker_config/config.json b/portainer/portainer_data/docker_config/config.json deleted file mode 100644 index 7a9523e..0000000 --- a/portainer/portainer_data/docker_config/config.json +++ /dev/null @@ -1 +0,0 @@ -{"HttpHeaders":{"X-PortainerAgent-ManagerOperation":"1","X-PortainerAgent-PublicKey":"3059301306072a8648ce3d020106082a8648ce3d03010703420004acff8368a2b18bbf274715ee7c724e55ca05e44cda34e43a09e9fa133fd1422b2239bc7d7525a56467577948a8fcd367a6c848cff79b6a904a2da016e00b2fe8","X-PortainerAgent-Signature":"bYBEZTxcRentN6roke2ctbLTgnEJanuq8sAyJ2jHp190RwmRdPAGK1dOPT8g3EBYBMxiX0TVYqfCGvbc6p9JyQ"}} \ No newline at end of file diff --git a/portainer/portainer_data/portainer.db b/portainer/portainer_data/portainer.db deleted file mode 100644 index 6296d5e..0000000 Binary files a/portainer/portainer_data/portainer.db and /dev/null differ diff --git a/portainer/portainer_data/portainer.key b/portainer/portainer_data/portainer.key deleted file mode 100644 index 1634ce5..0000000 --- a/portainer/portainer_data/portainer.key +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN EC PRIVATE KEY----- -MHcCAQEEICDDAIYq/mZqEcs7q1YHfr7m30zMd/LKohW6C+wnXmy5oAoGCCqGSM49 -AwEHoUQDQgAErP+DaKKxi78nRxXufHJOVcoF5EzaNOQ6Cen6Ez/RQisiObx9dSWl -ZGdXeUio/NNnpshIz/ebapBKLaAW4Asv6A== ------END EC PRIVATE KEY----- diff --git a/portainer/portainer_data/portainer.pub b/portainer/portainer_data/portainer.pub deleted file mode 100644 index 70e235f..0000000 --- a/portainer/portainer_data/portainer.pub +++ /dev/null @@ -1,4 +0,0 @@ ------BEGIN ECDSA PUBLIC KEY----- -MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAErP+DaKKxi78nRxXufHJOVcoF5Eza -NOQ6Cen6Ez/RQisiObx9dSWlZGdXeUio/NNnpshIz/ebapBKLaAW4Asv6A== ------END ECDSA PUBLIC KEY-----