* add readme section on using amazon/aws s3 as storage
* mention http/https confusion caused by incorrectly configured cloudflare
* improve custom-font notes
* docker: ftp-server howto
* docker: suggest moving hist-folders into the config path

and switch the idp docker-compose files to use the
main image, in anticipation of v1.11
This commit is contained in:
ed 2024-03-14 23:26:26 +00:00
parent 115020ba60
commit e78af02241
7 changed files with 54 additions and 10 deletions

View file

@ -10,7 +10,6 @@
# q, lo: /cfg/log/%Y-%m%d.log # log to file instead of docker
# ftp: 3921 # enable ftp server on port 3921
# p: 3939 # listen on another port
# ipa: 10.89. # only allow connections from 10.89.*
# df: 16 # stop accepting uploads if less than 16 GB free disk space

View file

@ -6,7 +6,7 @@ networks:
services:
copyparty:
image: copyparty/ac:idp
image: copyparty/ac
container_name: idp_copyparty
user: "1000:1000" # should match the user/group of your fileshare volumes
volumes:

View file

@ -8,7 +8,7 @@ volumes:
services:
copyparty:
image: copyparty/ac:idp
image: copyparty/ac
container_name: idp_copyparty
restart: unless-stopped
user: "1000:1000" # should match the user/group of your fileshare volumes