Add some stuff, too long to list

This commit is contained in:
askiiart
2023-03-01 09:32:03 -06:00
parent 8274525a7c
commit 07eae5f348
14 changed files with 245 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# References
- https://hub.docker.com/r/schklom/bibliogram
- https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Configuring.md#files

View File

@@ -0,0 +1,3 @@
module.exports = {
website_origin: "https://mydomain.net"
}

View File

@@ -0,0 +1,10 @@
version: '3.4'
services:
bibliogram:
image: schklom/bibliogram
container_name: bibliogram
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bibliogram/config.js:/app/config.js:ro
ports:
- '10407:10407'
restart: unless-stopped