This commit is contained in:
Alexandre
2024-12-28 12:53:07 +01:00
4 changed files with 2 additions and 11 deletions

View File

@@ -1 +1,2 @@
## "0.1" (28-12-2024)
- First version

View File

@@ -28,16 +28,6 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
- gramps_users:/app/users # persist user database
- gramps_index:/app/indexdir # persist search index
- gramps_thumb_cache:/app/thumbnail_cache # persist thumbnails
- gramps_cache:/app/cache # persist export and report caches
- gramps_secret:/app/secret # persist flask secret
- gramps_db:/root/.gramps/grampsdb # persist Gramps database
- gramps_media:/app/media # persist media files
- gramps_tmp:/tmp
##################
# 3 Install apps #
##################

View File

@@ -102,5 +102,5 @@ services:
slug: grampsweb
tmpfs: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb
version: 1.0
version: "0.1"
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"

0
grampsweb/rootfs/etc/cont-init.d/99-run.sh Normal file → Executable file
View File