Compare commits

...

2 Commits

Author SHA1 Message Date
Christoph Califice
c9d4480e96 conf 2025-10-10 09:55:44 -03:00
Christoph Califice
d1a171ce66 remove stash-box 2025-10-10 09:53:22 -03:00
4 changed files with 3 additions and 18 deletions

4
.gitignore vendored
View File

@@ -5,10 +5,10 @@
!*/docker-compose.y*ml
!*/.*env*
qbittorrent/config/qBittorrent/qBittorrent-data.conf
!qbittorrent/config/qBittorrent/*.json
!stash/cron/**/*
!stash/config/config.yml
!stash/stash-box-config/*
!stash/config/plugins/**/*
qbittorrent/config/qBittorrent/qBittorrent-data.conf
!stash/config/plugins/**/*

View File

@@ -1,2 +1,2 @@
[Stats]
AllStats=@Variant(\0\0\0\x1c\0\0\0\x2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0\x44\0L\0\0\0\x4\0\0\tU\x2Z\x98Y\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0U\0L\0\0\0\x4\0\0RV\x83/\x80\x65)
AllStats=@Variant(\0\0\0\x1c\0\0\0\x2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0\x44\0L\0\0\0\x4\0\0\tU\f\x82\x11\xd7\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0U\0L\0\0\0\x4\0\0RV\x93qk\xdc)

View File

@@ -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

View File

@@ -1,3 +0,0 @@
database: postgres@localhost/stash-box?sslmode=disable
jwt_secret_key: d1f8bf37012ef1052cc8c7c1d182a1d14b8f27b751b0a5bb7b189356aacba42e
session_store_key: 6b305c00d5a455e0361ec7e9ba60b4d5f6b1d8c632ae5d56fe5987b0ccdd611b