Skip to content

Commit

Permalink
Deploy to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin committed Dec 15, 2024
1 parent 602bd68 commit 6accea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forcebuild.date
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Wed Dec 4 21:48:31 UTC 2024
Sun Dec 15 12:43:34 UTC 2024
2 changes: 1 addition & 1 deletion v4/apps/grampsweb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"captainVersion":4,"services":{"$$cap_appname-redis":{"image":"redis:$$cap_redis_version","container_name":"$$cap_appname-redis","restart":"always","caproverExtra":{"notExposeAsWebApp":"true"}},"$$cap_appname":{"image":"ghcr.io/gramps-project/grampsweb:$$cap_version","restart":"always","environment":{"GRAMPSWEB_TREE":"Gramps Web","GRAMPSWEB_CELERY_CONFIG__broker_url":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_CELERY_CONFIG__result_backend":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_RATELIMIT_STORAGE_URI":"redis://srv-captain--$$cap_appname-redis:6379/1"},"depends_on":["$$cap_appname-redis"],"volumes":["$$cap_appname-users:/app/users","$$cap_appname-index:/app/indexdir","$$cap_appname-thumbcache:/app/thumbnail_cache","$$cap_appname-secret:/app/secret","$$cap_appname-db:/root/.gramps/grampsdb","$$cap_appname-media:/app/media","$$cap_appname-tmp:/tmp"],"caproverExtra":{"containerHttpPort":"5000"}},"$$cap_appname-celery":{"restart":"always","environment":{"GRAMPSWEB_TREE":"Gramps Web","GRAMPSWEB_CELERY_CONFIG__broker_url":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_CELERY_CONFIG__result_backend":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_RATELIMIT_STORAGE_URI":"redis://srv-captain--$$cap_appname-redis:6379/1"},"volumes":["$$cap_appname-users:/app/users","$$cap_appname-index:/app/indexdir","$$cap_appname-thumbcache:/app/thumbnail_cache","$$cap_appname-secret:/app/secret","$$cap_appname-db:/root/.gramps/grampsdb","$$cap_appname-media:/app/media","$$cap_appname-tmp:/tmp"],"ports":[],"container_name":"$$cap_appname-celery","depends_on":["$$cap_appname-redis"],"caproverExtra":{"notExposeAsWebApp":"true","dockerfileLines":["FROM ghcr.io/gramps-project/grampsweb:$$cap_version","CMD exec celery -A gramps_webapi.celery worker --loglevel=INFO"]}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_version","label":"Version Tag","description":"Check out their GitHub page for the valid tags https://github.com/gramps-project/Gramps.js/pkgs/container/grampsweb","defaultValue":"v24.5.0"},{"id":"$$cap_redis_version","label":"Redis Version","defaultValue":"7.2.4-alpine","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/redis?tab=tags","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"Gramps Web is a web app for collaborative genealogy. It is based on and interoperable with Gramps, the leading open source genealogy desktop application.\nGramps Web is open source software and puts your privacy and your control of your research data first.","end":"Done! 🚀\n⚠️ The web API must be served to the public internet over HTTPS."},"displayName":"Gramps Web","isOfficial":true,"description":"Web frontend for the Gramps genealogical research system.","documentation":"Taken from https://gramps-project.github.io/web/Deployment/"}}
{"captainVersion":4,"services":{"$$cap_appname-redis":{"image":"redis:$$cap_redis_version","container_name":"$$cap_appname-redis","restart":"always","volumes":["$$cap_appname-redis-data:/data"],"caproverExtra":{"notExposeAsWebApp":"true"}},"$$cap_appname":{"image":"ghcr.io/gramps-project/grampsweb:$$cap_version","restart":"always","environment":{"GRAMPSWEB_TREE":"Gramps Web","GRAMPSWEB_CELERY_CONFIG__broker_url":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_CELERY_CONFIG__result_backend":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_RATELIMIT_STORAGE_URI":"redis://srv-captain--$$cap_appname-redis:6379/1"},"depends_on":["$$cap_appname-redis"],"volumes":["$$cap_appname-users:/app/users","$$cap_appname-index:/app/indexdir","$$cap_appname-thumbcache:/app/thumbnail_cache","$$cap_appname-secret:/app/secret","$$cap_appname-db:/root/.gramps/grampsdb","$$cap_appname-media:/app/media","$$cap_appname-tmp:/tmp"],"caproverExtra":{"containerHttpPort":"5000"}},"$$cap_appname-celery":{"restart":"always","environment":{"GRAMPSWEB_TREE":"Gramps Web","GRAMPSWEB_CELERY_CONFIG__broker_url":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_CELERY_CONFIG__result_backend":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_RATELIMIT_STORAGE_URI":"redis://srv-captain--$$cap_appname-redis:6379/1"},"volumes":["$$cap_appname-users:/app/users","$$cap_appname-index:/app/indexdir","$$cap_appname-thumbcache:/app/thumbnail_cache","$$cap_appname-secret:/app/secret","$$cap_appname-db:/root/.gramps/grampsdb","$$cap_appname-media:/app/media","$$cap_appname-tmp:/tmp"],"ports":[],"container_name":"$$cap_appname-celery","depends_on":["$$cap_appname-redis"],"caproverExtra":{"notExposeAsWebApp":"true","dockerfileLines":["FROM ghcr.io/gramps-project/grampsweb:$$cap_version","CMD exec celery -A gramps_webapi.celery worker --loglevel=INFO"]}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_version","label":"Version Tag","description":"Check out their GitHub page for the valid tags https://github.com/gramps-project/Gramps.js/pkgs/container/grampsweb","defaultValue":"v24.12.1"},{"id":"$$cap_redis_version","label":"Redis Version","defaultValue":"7.2.4-alpine","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/redis?tab=tags","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"Gramps Web is a web app for collaborative genealogy. It is based on and interoperable with Gramps, the leading open source genealogy desktop application.\nGramps Web is open source software and puts your privacy and your control of your research data first.","end":"Done! 🚀\n⚠️ The web API must be served to the public internet over HTTPS."},"displayName":"Gramps Web","isOfficial":true,"description":"Web frontend for the Gramps genealogical research system.","documentation":"Taken from https://gramps-project.github.io/web/Deployment/"}}

0 comments on commit 6accea0

Please sign in to comment.