From 9231d09b826bac2cbaddf8ae1f14a29cbd8377d2 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 29 Mar 2024 03:20:36 -0500 Subject: [PATCH] removed version number --- admin/compose.yml | 2 - archivebox/compose.yml | 2 - filebrowser/compose.yml | 2 - homepage/compose.yml | 2 - mixed/compose.yml | 2 - olivetin/compose.yml | 2 - paperlessngx/compose.yml | 2 - photoprism/compose.yml | 1 - piped/.env | 12 ------ piped/compose.yml | 75 --------------------------------- piped/config/config.properties | 37 ---------------- piped/config/nginx.conf | 33 --------------- piped/config/pipedapi.conf | 15 ------- piped/config/pipedfrontend.conf | 12 ------ piped/config/pipedproxy.conf | 14 ------ piped/config/ytproxy.conf | 18 -------- reverseproxy/compose.yml | 2 - rss-bridge/compose.yml | 2 - shlink/compose.yml | 2 - vaultwarden/compose.yml | 2 - vpn/compose.yml | 2 - 21 files changed, 241 deletions(-) delete mode 100755 piped/.env delete mode 100755 piped/compose.yml delete mode 100755 piped/config/config.properties delete mode 100755 piped/config/nginx.conf delete mode 100755 piped/config/pipedapi.conf delete mode 100755 piped/config/pipedfrontend.conf delete mode 100755 piped/config/pipedproxy.conf delete mode 100755 piped/config/ytproxy.conf diff --git a/admin/compose.yml b/admin/compose.yml index 4ee31ac..8b4cb07 100755 --- a/admin/compose.yml +++ b/admin/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: dockge: container_name: dockge diff --git a/archivebox/compose.yml b/archivebox/compose.yml index 84c5505..6726551 100755 --- a/archivebox/compose.yml +++ b/archivebox/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: archivebox: container_name: archivebox diff --git a/filebrowser/compose.yml b/filebrowser/compose.yml index 1e61724..d8f86ee 100755 --- a/filebrowser/compose.yml +++ b/filebrowser/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: filebrowser: container_name: filebrowser diff --git a/homepage/compose.yml b/homepage/compose.yml index d198060..bbebd17 100755 --- a/homepage/compose.yml +++ b/homepage/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: homepage: container_name: homepage diff --git a/mixed/compose.yml b/mixed/compose.yml index 1032165..e32ccb4 100755 --- a/mixed/compose.yml +++ b/mixed/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: adguardhome-sync: container_name: adguardhome-sync diff --git a/olivetin/compose.yml b/olivetin/compose.yml index 60cfb46..8ce409e 100755 --- a/olivetin/compose.yml +++ b/olivetin/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: olivetin: container_name: olivetin diff --git a/paperlessngx/compose.yml b/paperlessngx/compose.yml index c38ede2..d4a8c2d 100755 --- a/paperlessngx/compose.yml +++ b/paperlessngx/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: paperless-redis: container_name: paperless-redis diff --git a/photoprism/compose.yml b/photoprism/compose.yml index e4d3622..189c917 100755 --- a/photoprism/compose.yml +++ b/photoprism/compose.yml @@ -1,4 +1,3 @@ -version: '3.5' services: photoprism: container_name: photoprism diff --git a/piped/.env b/piped/.env deleted file mode 100755 index 7bb54ee..0000000 --- a/piped/.env +++ /dev/null @@ -1,12 +0,0 @@ -#GLOBAL SETTINGS -COMPOSE_HTTP_TIMEOUT=120 -COMPOSE_IGNORE_ORPHANS=1 -DOCKER_CONFIGS=. -DOCKERGID=999 -DOCKERHOSTNAME=DockerServer2 -DOCKERLOGGING_MAXFILE=10 -DOCKERLOGGING_MAXSIZE=200k -PGID=1000 -PUID=1000 -UMASK=000 -TZ=America/Chicago diff --git a/piped/compose.yml b/piped/compose.yml deleted file mode 100755 index 9fb2000..0000000 --- a/piped/compose.yml +++ /dev/null @@ -1,75 +0,0 @@ -version: '3' - -services: - # piped: - # container_name: piped - # image: 1337kavin/piped:latest - # depends_on: - # - piped-postgres - # networks: - # - piped - # restart: always - # volumes: - # - ${DOCKER_CONFIGS}/config/config.properties:/app/config.properties:ro - - # piped-frontend: - # container_name: piped-frontend - # image: 1337kavin/piped-frontend:latest - # entrypoint: ash -c 'sed -i s/pipedapi.kavin.rocks/pipedapi.akanealw.com/g /usr/share/nginx/html/assets/* && /docker-entrypoint.sh && nginx -g "daemon off;"' - # networks: - # - piped - # depends_on: - # - piped - # restart: always - - # piped-nginx: - # container_name: piped-nginx - # image: nginx:mainline-alpine - # depends_on: - # - piped - # - piped-proxy - # - piped-frontend - # networks: - # - piped - # - reverse-proxy - # ports: - # - 8585:80 - # restart: always - # volumes: - # - ${DOCKER_CONFIGS}/config/nginx.conf:/etc/nginx/nginx.conf:ro - # - ${DOCKER_CONFIGS}/config/pipedapi.conf:/etc/nginx/conf.d/pipedapi.conf:ro - # - ${DOCKER_CONFIGS}/config/pipedproxy.conf:/etc/nginx/conf.d/pipedproxy.conf:ro - # - ${DOCKER_CONFIGS}/config/pipedfrontend.conf:/etc/nginx/conf.d/pipedfrontend.conf:ro - # - ${DOCKER_CONFIGS}/config/ytproxy.conf:/etc/nginx/snippets/ytproxy.conf:ro - # - ${DOCKER_CONFIGS}/piped-proxy:/var/run/ytproxy - - # piped-postgres: - # container_name: piped-postgres - # image: postgres:15 - # environment: - # - POSTGRES_DB=piped - # - POSTGRES_USER=piped - # - POSTGRES_PASSWORD=Vee0caiv8ieceeDae1aepheirophai - # networks: - # - piped - # restart: always - # volumes: - # - ${DOCKER_CONFIGS}/data/db:/var/lib/postgresql/data - - # piped-proxy: - # container_name: piped-proxy - # image: 1337kavin/piped-proxy:latest - # environment: - # - UDS=1 - # networks: - # - piped - # restart: always - # volumes: - # - ${DOCKER_CONFIGS}/piped-proxy:/app/socket - -networks: - piped: - name: piped - reverse-proxy: - name: reverse-proxy - external: true diff --git a/piped/config/config.properties b/piped/config/config.properties deleted file mode 100755 index 13e9419..0000000 --- a/piped/config/config.properties +++ /dev/null @@ -1,37 +0,0 @@ -# The port to Listen on. -PORT: 8080 - -# The number of workers to use for the server -HTTP_WORKERS: 2 - -# Proxy -PROXY_PART: https://pipedproxy.akanealw.com - -# Outgoing HTTP Proxy - eg: 127.0.0.1:8118 -#HTTP_PROXY: 127.0.0.1:8118 - -# Captcha Parameters -CAPTCHA_BASE_URL: https://api.capmonster.cloud/ -CAPTCHA_API_KEY: INSERT_HERE - -# Public API URL -API_URL: https://pipedapi.akanealw.com - -# Public Frontend URL -FRONTEND_URL: https://piped.akanealw.com - -# Enable haveibeenpwned compromised password API -COMPROMISED_PASSWORD_CHECK: true - -# Disable Registration -DISABLE_REGISTRATION: false - -# Feed Retention Time in Days -FEED_RETENTION: 30 - -# Hibernate properties -hibernate.connection.url: jdbc:postgresql://piped-postgres:5432/piped -hibernate.connection.driver_class: org.postgresql.Driver -hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect -hibernate.connection.username: piped -hibernate.connection.password: Vee0caiv8ieceeDae1aepheirophai diff --git a/piped/config/nginx.conf b/piped/config/nginx.conf deleted file mode 100755 index 2ba7091..0000000 --- a/piped/config/nginx.conf +++ /dev/null @@ -1,33 +0,0 @@ -user root; -worker_processes auto; - -error_log /var/log/nginx/error.log notice; -pid /var/run/nginx.pid; - - -events { - worker_connections 1024; -} - - -http { - include /etc/nginx/mime.types; - default_type application/octet-stream; - - server_names_hash_bucket_size 128; - - log_format main '$remote_addr - $remote_user [$time_local] "$request" ' - '$status $body_bytes_sent "$http_referer" ' - '"$http_user_agent" "$http_x_forwarded_for"'; - - access_log /var/log/nginx/access.log main; - - sendfile on; - tcp_nodelay on; - - keepalive_timeout 65; - - resolver 127.0.0.11 ipv6=off valid=10s; - - include /etc/nginx/conf.d/*.conf; -} diff --git a/piped/config/pipedapi.conf b/piped/config/pipedapi.conf deleted file mode 100755 index c8e136c..0000000 --- a/piped/config/pipedapi.conf +++ /dev/null @@ -1,15 +0,0 @@ -proxy_cache_path /tmp/pipedapi_cache levels=1:2 keys_zone=pipedapi:4m max_size=2g inactive=60m use_temp_path=off; - -server { - listen 80; - server_name pipedapi.akanealw.com; - - set $backend "http://piped:8080"; - - location / { - proxy_cache pipedapi; - proxy_pass $backend; - proxy_http_version 1.1; - proxy_set_header Connection "keep-alive"; - } -} diff --git a/piped/config/pipedfrontend.conf b/piped/config/pipedfrontend.conf deleted file mode 100755 index e9d8de2..0000000 --- a/piped/config/pipedfrontend.conf +++ /dev/null @@ -1,12 +0,0 @@ -server { - listen 80; - server_name piped.akanealw.com; - - set $backend "http://piped-frontend:80"; - - location / { - proxy_pass $backend; - proxy_http_version 1.1; - proxy_set_header Connection "keep-alive"; - } -} diff --git a/piped/config/pipedproxy.conf b/piped/config/pipedproxy.conf deleted file mode 100755 index 3dbdb3d..0000000 --- a/piped/config/pipedproxy.conf +++ /dev/null @@ -1,14 +0,0 @@ -server { - listen 80; - server_name pipedproxy.akanealw.com; - - location ~ (/videoplayback|/api/v4/|/api/manifest/) { - include snippets/ytproxy.conf; - add_header Cache-Control private always; - } - - location / { - include snippets/ytproxy.conf; - add_header Cache-Control "public, max-age=604800"; - } -} diff --git a/piped/config/ytproxy.conf b/piped/config/ytproxy.conf deleted file mode 100755 index 4fd36f1..0000000 --- a/piped/config/ytproxy.conf +++ /dev/null @@ -1,18 +0,0 @@ -proxy_buffering on; -proxy_buffers 1024 16k; -proxy_set_header X-Forwarded-For ""; -proxy_set_header CF-Connecting-IP ""; -proxy_hide_header "alt-svc"; -sendfile on; -sendfile_max_chunk 512k; -tcp_nopush on; -aio threads=default; -aio_write on; -directio 16m; -proxy_hide_header Cache-Control; -proxy_hide_header etag; -proxy_http_version 1.1; -proxy_set_header Connection keep-alive; -proxy_max_temp_file_size 32m; -access_log off; -proxy_pass http://unix:/var/run/ytproxy/actix.sock; diff --git a/reverseproxy/compose.yml b/reverseproxy/compose.yml index 03f4be4..16f0c32 100755 --- a/reverseproxy/compose.yml +++ b/reverseproxy/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: authelia: container_name: authelia diff --git a/rss-bridge/compose.yml b/rss-bridge/compose.yml index 15bc5e7..16a8d3c 100755 --- a/rss-bridge/compose.yml +++ b/rss-bridge/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: rss-bridge: container_name: rss-bridge diff --git a/shlink/compose.yml b/shlink/compose.yml index 149a10d..3654372 100755 --- a/shlink/compose.yml +++ b/shlink/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: shlink-server: container_name: shlink-server diff --git a/vaultwarden/compose.yml b/vaultwarden/compose.yml index 1011ef2..b06fc5a 100755 --- a/vaultwarden/compose.yml +++ b/vaultwarden/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: vaultwarden: container_name: vaultwarden diff --git a/vpn/compose.yml b/vpn/compose.yml index c99a771..f026c90 100755 --- a/vpn/compose.yml +++ b/vpn/compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: bazarr: container_name: bazarr