diff --git a/.gitignore b/.gitignore index 68d7b78..669a47b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,9 @@ !*/.*env* !qbittorrent/config/qBittorrent/*.json +qbittorrent/config/qBittorrent/qBittorrent-data.conf !stash/cron/**/* !stash/config/config.yml !stash/stash-box-config/* -!stash/config/plugins/**/* -qbittorrent/config/qBittorrent/qBittorrent-data.conf \ No newline at end of file +!stash/config/plugins/**/* \ No newline at end of file diff --git a/stash/postgres/Dockerfile b/stash/postgres/Dockerfile deleted file mode 100644 index f91be58..0000000 --- a/stash/postgres/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM postgres:14.2 - -RUN buildDeps='git make gcc postgresql-server-dev-14 libc-dev binutils' \ - && apt update && apt install -y $buildDeps --reinstall ca-certificates \ - && git clone https://github.com/fake-name/pg-spgist_hamming.git \ - && make -C pg-spgist_hamming/bktree \ - && make -C pg-spgist_hamming/bktree install \ - && rm -rf pg-spgist_hamming \ - && apt purge -y --auto-remove $buildDeps - -EXPOSE 5432 -CMD docker-entrypoint.sh postgres diff --git a/stash/stash-box-config/stash-box-config.yml b/stash/stash-box-config/stash-box-config.yml deleted file mode 100644 index 9cde138..0000000 --- a/stash/stash-box-config/stash-box-config.yml +++ /dev/null @@ -1,3 +0,0 @@ -database: postgres@localhost/stash-box?sslmode=disable -jwt_secret_key: d1f8bf37012ef1052cc8c7c1d182a1d14b8f27b751b0a5bb7b189356aacba42e -session_store_key: 6b305c00d5a455e0361ec7e9ba60b4d5f6b1d8c632ae5d56fe5987b0ccdd611b