Skip to content

Commit

Permalink
Deploy to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Jun 27, 2023
1 parent 9767c0c commit abae618
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion forcebuild.date
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Mon Jun 12 20:47:40 UTC 2023
Tue Jun 27 21:33:56 UTC 2023
2 changes: 1 addition & 1 deletion v2/apps/nextcloud.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"documentation":"Taken from https://hub.docker.com/_/mariadb","image":"mariadb:$$cap_mariadb_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"nextcloud","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname-redis":{"documentation":"Taken from https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml","image":"redis:$$cap_redis_version","restart":"always","notExposeAsWebApp":"true"},"$$cap_appname":{"depends_on":["$$cap_appname-db","$$cap_appname-redis"],"documentation":"Taken from https://hub.docker.com/_/nextcloud","image":"nextcloud:$$cap_nextcloud_version","volumes":["$$cap_appname-data:/var/www/html"],"restart":"always","environment":{"OVERWRITEPROTOCOL":"$$cap_http_https_cors","MYSQL_DATABASE":"nextcloud","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass","MYSQL_HOST":"srv-captain--$$cap_appname-db","REDIS_HOST":"srv-captain--$$cap_appname-redis","NEXTCLOUD_ADMIN_USER":"$$cap_admin_user","NEXTCLOUD_ADMIN_PASSWORD":"$$cap_admin_pass","NEXTCLOUD_TRUSTED_DOMAINS":"$$cap_appname.$$cap_root_domain $$cap_hostnames"}},"$$cap_appname-cron":{"depends_on":["$$cap_appname-db","$$cap_appname-redis","$$cap_appname"],"documentation":"https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml","restart":"always","volumes":["$$cap_appname-data:/var/www/html"],"dockerfileLines":["FROM nextcloud:$$cap_nextcloud_version","ENTRYPOINT [ \"/cron.sh\" ] "],"notExposeAsWebApp":"true"}}},"variables":[{"id":"$$cap_nextcloud_version","label":"NextCloud Version","defaultValue":"25.0.6","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/nextcloud?tab=tags\n\nDo not use fpm versions.","validRegex":"/^((?!fpm)\\S)+$/"},{"id":"$$cap_redis_version","label":"Redis Version","defaultValue":"6.2.12","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/redis?tab=tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_mariadb_version","label":"MariaDB (database) version","defaultValue":"10.6.12","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_user","label":"database user","defaultValue":"nextcloud","description":"Username for the database using mysql.","validRegex":"/^([a-zA-Z0-9])+$/"},{"id":"$$cap_db_pass","label":"database password","defaultValue":"$$cap_gen_random_hex(32)","description":"Password for the database user and root using mysql.","validRegex":"/.{1,}/"},{"id":"$$cap_admin_user","label":"admin name","defaultValue":"admin","description":"Name of the Nextcloud admin user.","validRegex":"/^([a-zA-Z0-9\\@\\.])+$/"},{"id":"$$cap_admin_pass","label":"admin password","description":"Password for the Nextcloud admin user.","validRegex":"/.{8,}/"},{"id":"$$cap_http_https_cors","label":"Protocol of proxy","defaultValue":"https","description":"Choose either http or https. cors configuration to login are set by the docker image, if you do not set this same as your proxy configuration, login will fail","validRegex":"/^http[s]?$/"},{"id":"$$cap_hostnames","label":"hostnames","description":"Add all your additional hostnames where nextcloud will be exposed separated by space char. After first run, this variables are not reloaded by nextcloud and you will have to change the configuration according to the nextcloud's documentation."}],"instructions":{"start":"A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms. http://Nextcloud.com","end":"NextCloud is deployed and will be available on few minutes as $$cap_appname.\nIf you set the cors sections to https, please enable https on your app. If you do not activate it you will have an error.\n\nFor better performances and compliance, click on \"edit default nginx configuration\" button then below \"proxy_set_header X-Forwarded-Proto $scheme;\" add \"add_header Strict-Transport-Security \"max-age=15552000; includeSubDomains\" always;\" into the nginx configuration.\nYou can see HSTS parts of the nextcloud security documentation https://docs.nextcloud.com/server/21/admin_manual/installation/harden_server.html for further informations\n\nYou can also scan your nextcloud instance on https://scan.nextcloud.com/"},"displayName":"nextcloud","isOfficial":true,"description":"Nextcloud is a suite of client-server software for creating and using file hosting services","documentation":"Taken from https://hub.docker.com/_/nextcloud"}
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"documentation":"Taken from https://hub.docker.com/_/mariadb","image":"mariadb:$$cap_mariadb_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"nextcloud","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname-redis":{"documentation":"Taken from https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml","image":"redis:$$cap_redis_version","restart":"always","notExposeAsWebApp":"true"},"$$cap_appname":{"depends_on":["$$cap_appname-db","$$cap_appname-redis"],"documentation":"Taken from https://hub.docker.com/_/nextcloud","image":"nextcloud:$$cap_nextcloud_version","volumes":["$$cap_appname-data:/var/www/html"],"restart":"always","environment":{"OVERWRITEPROTOCOL":"$$cap_http_https_cors","MYSQL_DATABASE":"nextcloud","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass","MYSQL_HOST":"srv-captain--$$cap_appname-db","REDIS_HOST":"srv-captain--$$cap_appname-redis","NEXTCLOUD_ADMIN_USER":"$$cap_admin_user","NEXTCLOUD_ADMIN_PASSWORD":"$$cap_admin_pass","NEXTCLOUD_TRUSTED_DOMAINS":"$$cap_appname.$$cap_root_domain $$cap_hostnames"}},"$$cap_appname-cron":{"depends_on":["$$cap_appname-db","$$cap_appname-redis","$$cap_appname"],"documentation":"https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml","restart":"always","volumes":["$$cap_appname-data:/var/www/html"],"dockerfileLines":["FROM nextcloud:$$cap_nextcloud_version","ENTRYPOINT [ \"/cron.sh\" ] "],"notExposeAsWebApp":"true"}}},"variables":[{"id":"$$cap_nextcloud_version","label":"NextCloud Version","defaultValue":"26.0.3","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/nextcloud?tab=tags\n\nDo not use fpm versions.","validRegex":"/^((?!fpm)\\S)+$/"},{"id":"$$cap_redis_version","label":"Redis Version","defaultValue":"6.2.12","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/redis?tab=tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_mariadb_version","label":"MariaDB (database) version","defaultValue":"10.6.14","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_user","label":"database user","defaultValue":"nextcloud","description":"Username for the database using mysql.","validRegex":"/^([a-zA-Z0-9])+$/"},{"id":"$$cap_db_pass","label":"database password","defaultValue":"$$cap_gen_random_hex(32)","description":"Password for the database user and root using mysql.","validRegex":"/.{1,}/"},{"id":"$$cap_admin_user","label":"admin name","defaultValue":"admin","description":"Name of the Nextcloud admin user.","validRegex":"/^([a-zA-Z0-9\\@\\.])+$/"},{"id":"$$cap_admin_pass","label":"admin password","defaultValue":"$$cap_gen_random_hex(10)","description":"Password for the Nextcloud admin user.","validRegex":"/.{8,}/"},{"id":"$$cap_http_https_cors","label":"Protocol of proxy","defaultValue":"https","description":"Choose either http or https. cors configuration to login are set by the docker image, if you do not set this same as your proxy configuration, login will fail","validRegex":"/^http[s]?$/"},{"id":"$$cap_hostnames","label":"hostnames","description":"Add all your additional hostnames where nextcloud will be exposed separated by space char. After first run, this variables are not reloaded by nextcloud and you will have to change the configuration according to the nextcloud's documentation."}],"instructions":{"start":"A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms. http://Nextcloud.com","end":"NextCloud is deployed and will be available on few minutes as $$cap_appname.\nIf you set the cors sections to https, please enable https on your app. If you do not activate it you will have an error.\n\nFor better performances and compliance, click on \"edit default nginx configuration\" button then below `proxy_set_header X-Forwarded-Proto $scheme;` add `add_header Strict-Transport-Security \"max-age=15552000; includeSubDomains\" always;` into the nginx configuration.\nFor DAV add after `/.well-known/captain-identifier` section \n`location /.well-known/carddav {return 301 $scheme://$host/remote.php/dav;}`\n`location /.well-known/caldav {return 301 $scheme://$host/remote.php/dav;}`\nYou can see HSTS parts of the nextcloud security documentation [https://docs.nextcloud.com/server/21/admin_manual/installation/harden_server.html](https://docs.nextcloud.com/server/21/admin_manual/installation/harden_server.html) for further informations\n\nYou can also scan your nextcloud instance on [https://scan.nextcloud.com/](https://scan.nextcloud.com/)"},"displayName":"Nextcloud","isOfficial":true,"description":"Nextcloud is a suite of client-server software for creating and using file hosting services","documentation":"Taken from https://hub.docker.com/_/nextcloud"}
2 changes: 1 addition & 1 deletion v2/autoGeneratedList.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v2/list

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v3/apps/nextcloud
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"documentation":"Taken from https://hub.docker.com/_/mariadb","image":"mariadb:$$cap_mariadb_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"nextcloud","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname-redis":{"documentation":"Taken from https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml","image":"redis:$$cap_redis_version","restart":"always","notExposeAsWebApp":"true"},"$$cap_appname":{"depends_on":["$$cap_appname-db","$$cap_appname-redis"],"documentation":"Taken from https://hub.docker.com/_/nextcloud","image":"nextcloud:$$cap_nextcloud_version","volumes":["$$cap_appname-data:/var/www/html"],"restart":"always","environment":{"OVERWRITEPROTOCOL":"$$cap_http_https_cors","MYSQL_DATABASE":"nextcloud","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass","MYSQL_HOST":"srv-captain--$$cap_appname-db","REDIS_HOST":"srv-captain--$$cap_appname-redis","NEXTCLOUD_ADMIN_USER":"$$cap_admin_user","NEXTCLOUD_ADMIN_PASSWORD":"$$cap_admin_pass","NEXTCLOUD_TRUSTED_DOMAINS":"$$cap_appname.$$cap_root_domain $$cap_hostnames"}},"$$cap_appname-cron":{"depends_on":["$$cap_appname-db","$$cap_appname-redis","$$cap_appname"],"documentation":"https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml","restart":"always","volumes":["$$cap_appname-data:/var/www/html"],"dockerfileLines":["FROM nextcloud:$$cap_nextcloud_version","ENTRYPOINT [ \"/cron.sh\" ] "],"notExposeAsWebApp":"true"}}},"variables":[{"id":"$$cap_nextcloud_version","label":"NextCloud Version","defaultValue":"25.0.6","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/nextcloud?tab=tags\n\nDo not use fpm versions.","validRegex":"/^((?!fpm)\\S)+$/"},{"id":"$$cap_redis_version","label":"Redis Version","defaultValue":"6.2.12","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/redis?tab=tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_mariadb_version","label":"MariaDB (database) version","defaultValue":"10.6.12","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_user","label":"database user","defaultValue":"nextcloud","description":"Username for the database using mysql.","validRegex":"/^([a-zA-Z0-9])+$/"},{"id":"$$cap_db_pass","label":"database password","defaultValue":"$$cap_gen_random_hex(32)","description":"Password for the database user and root using mysql.","validRegex":"/.{1,}/"},{"id":"$$cap_admin_user","label":"admin name","defaultValue":"admin","description":"Name of the Nextcloud admin user.","validRegex":"/^([a-zA-Z0-9\\@\\.])+$/"},{"id":"$$cap_admin_pass","label":"admin password","description":"Password for the Nextcloud admin user.","validRegex":"/.{8,}/"},{"id":"$$cap_http_https_cors","label":"Protocol of proxy","defaultValue":"https","description":"Choose either http or https. cors configuration to login are set by the docker image, if you do not set this same as your proxy configuration, login will fail","validRegex":"/^http[s]?$/"},{"id":"$$cap_hostnames","label":"hostnames","description":"Add all your additional hostnames where nextcloud will be exposed separated by space char. After first run, this variables are not reloaded by nextcloud and you will have to change the configuration according to the nextcloud's documentation."}],"instructions":{"start":"A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms. http://Nextcloud.com","end":"NextCloud is deployed and will be available on few minutes as $$cap_appname.\nIf you set the cors sections to https, please enable https on your app. If you do not activate it you will have an error.\n\nFor better performances and compliance, click on \"edit default nginx configuration\" button then below \"proxy_set_header X-Forwarded-Proto $scheme;\" add \"add_header Strict-Transport-Security \"max-age=15552000; includeSubDomains\" always;\" into the nginx configuration.\nYou can see HSTS parts of the nextcloud security documentation https://docs.nextcloud.com/server/21/admin_manual/installation/harden_server.html for further informations\n\nYou can also scan your nextcloud instance on https://scan.nextcloud.com/"},"displayName":"nextcloud","isOfficial":true,"description":"Nextcloud is a suite of client-server software for creating and using file hosting services","documentation":"Taken from https://hub.docker.com/_/nextcloud"}
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"documentation":"Taken from https://hub.docker.com/_/mariadb","image":"mariadb:$$cap_mariadb_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass","MYSQL_DATABASE":"nextcloud","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"},"$$cap_appname-redis":{"documentation":"Taken from https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml","image":"redis:$$cap_redis_version","restart":"always","notExposeAsWebApp":"true"},"$$cap_appname":{"depends_on":["$$cap_appname-db","$$cap_appname-redis"],"documentation":"Taken from https://hub.docker.com/_/nextcloud","image":"nextcloud:$$cap_nextcloud_version","volumes":["$$cap_appname-data:/var/www/html"],"restart":"always","environment":{"OVERWRITEPROTOCOL":"$$cap_http_https_cors","MYSQL_DATABASE":"nextcloud","MYSQL_USER":"$$cap_db_user","MYSQL_PASSWORD":"$$cap_db_pass","MYSQL_HOST":"srv-captain--$$cap_appname-db","REDIS_HOST":"srv-captain--$$cap_appname-redis","NEXTCLOUD_ADMIN_USER":"$$cap_admin_user","NEXTCLOUD_ADMIN_PASSWORD":"$$cap_admin_pass","NEXTCLOUD_TRUSTED_DOMAINS":"$$cap_appname.$$cap_root_domain $$cap_hostnames"}},"$$cap_appname-cron":{"depends_on":["$$cap_appname-db","$$cap_appname-redis","$$cap_appname"],"documentation":"https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml","restart":"always","volumes":["$$cap_appname-data:/var/www/html"],"dockerfileLines":["FROM nextcloud:$$cap_nextcloud_version","ENTRYPOINT [ \"/cron.sh\" ] "],"notExposeAsWebApp":"true"}}},"variables":[{"id":"$$cap_nextcloud_version","label":"NextCloud Version","defaultValue":"26.0.3","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/nextcloud?tab=tags\n\nDo not use fpm versions.","validRegex":"/^((?!fpm)\\S)+$/"},{"id":"$$cap_redis_version","label":"Redis Version","defaultValue":"6.2.12","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/redis?tab=tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_mariadb_version","label":"MariaDB (database) version","defaultValue":"10.6.14","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_user","label":"database user","defaultValue":"nextcloud","description":"Username for the database using mysql.","validRegex":"/^([a-zA-Z0-9])+$/"},{"id":"$$cap_db_pass","label":"database password","defaultValue":"$$cap_gen_random_hex(32)","description":"Password for the database user and root using mysql.","validRegex":"/.{1,}/"},{"id":"$$cap_admin_user","label":"admin name","defaultValue":"admin","description":"Name of the Nextcloud admin user.","validRegex":"/^([a-zA-Z0-9\\@\\.])+$/"},{"id":"$$cap_admin_pass","label":"admin password","defaultValue":"$$cap_gen_random_hex(10)","description":"Password for the Nextcloud admin user.","validRegex":"/.{8,}/"},{"id":"$$cap_http_https_cors","label":"Protocol of proxy","defaultValue":"https","description":"Choose either http or https. cors configuration to login are set by the docker image, if you do not set this same as your proxy configuration, login will fail","validRegex":"/^http[s]?$/"},{"id":"$$cap_hostnames","label":"hostnames","description":"Add all your additional hostnames where nextcloud will be exposed separated by space char. After first run, this variables are not reloaded by nextcloud and you will have to change the configuration according to the nextcloud's documentation."}],"instructions":{"start":"A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms. http://Nextcloud.com","end":"NextCloud is deployed and will be available on few minutes as $$cap_appname.\nIf you set the cors sections to https, please enable https on your app. If you do not activate it you will have an error.\n\nFor better performances and compliance, click on \"edit default nginx configuration\" button then below `proxy_set_header X-Forwarded-Proto $scheme;` add `add_header Strict-Transport-Security \"max-age=15552000; includeSubDomains\" always;` into the nginx configuration.\nFor DAV add after `/.well-known/captain-identifier` section \n`location /.well-known/carddav {return 301 $scheme://$host/remote.php/dav;}`\n`location /.well-known/caldav {return 301 $scheme://$host/remote.php/dav;}`\nYou can see HSTS parts of the nextcloud security documentation [https://docs.nextcloud.com/server/21/admin_manual/installation/harden_server.html](https://docs.nextcloud.com/server/21/admin_manual/installation/harden_server.html) for further informations\n\nYou can also scan your nextcloud instance on [https://scan.nextcloud.com/](https://scan.nextcloud.com/)"},"displayName":"Nextcloud","isOfficial":true,"description":"Nextcloud is a suite of client-server software for creating and using file hosting services","documentation":"Taken from https://hub.docker.com/_/nextcloud"}
2 changes: 1 addition & 1 deletion v3/list

Large diffs are not rendered by default.

Loading

0 comments on commit abae618

Please sign in to comment.