Compare commits
2 Commits
ab34c1960d
...
c9d4480e96
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9d4480e96 | ||
|
|
d1a171ce66 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
@@ -1,3 +0,0 @@
|
||||
database: postgres@localhost/stash-box?sslmode=disable
|
||||
jwt_secret_key: d1f8bf37012ef1052cc8c7c1d182a1d14b8f27b751b0a5bb7b189356aacba42e
|
||||
session_store_key: 6b305c00d5a455e0361ec7e9ba60b4d5f6b1d8c632ae5d56fe5987b0ccdd611b
|
||||
Reference in New Issue
Block a user