-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c91158
commit d9d8f00
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Tue Nov 19 05:31:09 UTC 2024 | ||
Thu Nov 21 04:46:19 UTC 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname":{"image":"silexlabs/silex-platform:$$cap_version","environment":{"SILEX_URL":"https://$$cap_appname.$$cap_root_domain","STORAGE_CONNECTORS":"$$cap_storage_connector","HOSTING_CONNECTORS":"$$cap_hosting_connector","GITLAB_DOMAIN":"https://gitlab.com","GITLAB_CLIENT_ID":"$$cap_gitlab_client_id","GITLAB_CLIENT_SECRET":"$$cap_gitlab_client_secret","GITLAB2_DOMAIN":"$$cap_gitlab2_domain","GITLAB2_CLIENT_ID":"$$cap_gitlab2_client_id","GITLAB2_CLIENT_SECRET":"$$cap_gitlab2_client_secret","GITLAB_SCOPE":"api read_user","GITLAB_TIMEOUT":5000},"containerHttpPort":"6805"}}},"variables":[{"id":"$$cap_version","label":"silex-platform Version","defaultValue":"v1.0.162","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/silexlabs/silex-platform/tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_storage_connector","label":"STORAGE_CONNECTOR","defaultValue":"gitlab","description":"Storage connector you want to use should be one or more of following gitlab,ftp,gitlab2 (separated with comma but no space)","validRegex":"/^((gitlab|ftp|gitlab2)\\,?)*$/"},{"id":"$$cap_hosting_connector","label":"HOSTING_CONNECTOR","defaultValue":"gitlab,download","description":"Hosting connector you want to use should be one or more of following gitlab,ftp,gitlab2,download (separated with comma but no space)","validRegex":"/^((gitlab|ftp|gitlab2|download)\\,?)*$/"},{"id":"$$cap_gitlab_client_id","label":"GITLAB_CLIENT_ID","description":"Your client-id for your gitlab app (see https://docs.gitlab.com/ee/integration/oauth_provider.html#create-a-user-owned-application)"},{"id":"$$cap_gitlab_client_secret","label":"GITLAB_CLIENT_SECRET","description":"Your client-secret for your gitlab app (see https://docs.gitlab.com/ee/integration/oauth_provider.html#create-a-user-owned-application)"},{"id":"$$cap_gitlab2_domain","label":"GITLAB2_DOMAIN","description":"Domain for your other gitlab instance (e.g. https://framagit.org)"},{"id":"$$cap_gitlab2_client_id","label":"GITLAB2_CLIENT_ID","description":"Your client-id for your other gitlab instance app"},{"id":"$$cap_gitlab2_client_secret","label":"GITLAB2_CLIENT_SECRET","description":"Your client-secret for your other gitlab instance app"}],"instructions":{"start":"Silex, is a free and open source website builder in the cloud.\nCreate websites directly in the browser without writing code.\nAnd it is suitable for professional designers to produce great websites without constraints.\nSilex is also known as the HTML5 editor.\n\nMore details: https://silex.me/\nFor environment variables definition, see https://docs.silex.me/en/dev/options\n\nNB: \nYou can selfhost your gitlab instance too so that you will have a full selfhosted web builder.\nYou probably want to use a CMS like Wordpress or others, you can also selfhost it.\nSee https://docs.silex.me/en/user/cms","end":"silex-platform has been successfully deployed!\nYour service is available at http://$$cap_appname.$$cap_root_domain"},"displayName":"silex-platform","isOfficial":true,"description":"Silex is an online tool for visually creating static sites with dynamic data. With the free/libre spirit of internet, together.","documentation":"See https://silex.me/resources/"} | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname":{"image":"silexlabs/silex-platform:$$cap_version","environment":{"SILEX_URL":"https://$$cap_appname.$$cap_root_domain","STORAGE_CONNECTORS":"$$cap_storage_connector","HOSTING_CONNECTORS":"$$cap_hosting_connector","GITLAB_DOMAIN":"https://gitlab.com","GITLAB_CLIENT_ID":"$$cap_gitlab_client_id","GITLAB_CLIENT_SECRET":"$$cap_gitlab_client_secret","GITLAB2_DOMAIN":"$$cap_gitlab2_domain","GITLAB2_CLIENT_ID":"$$cap_gitlab2_client_id","GITLAB2_CLIENT_SECRET":"$$cap_gitlab2_client_secret","GITLAB_SCOPE":"api read_user","GITLAB_TIMEOUT":5000},"containerHttpPort":"6805"}}},"variables":[{"id":"$$cap_version","label":"silex-platform Version","defaultValue":"v1.0.162","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/silexlabs/silex-platform/tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_storage_connector","label":"STORAGE_CONNECTOR","defaultValue":"gitlab","description":"Storage connector you want to use should be one or more of following gitlab,ftp,gitlab2 (separated with comma but no space)","validRegex":"/^((gitlab|ftp|gitlab2)\\,?)*$/"},{"id":"$$cap_hosting_connector","label":"HOSTING_CONNECTOR","defaultValue":"gitlab,download","description":"Hosting connector you want to use should be one or more of following gitlab,ftp,gitlab2,download (separated with comma but no space)","validRegex":"/^((gitlab|ftp|gitlab2|download)\\,?)*$/"},{"id":"$$cap_gitlab_client_id","label":"GITLAB_CLIENT_ID","description":"Your client-id for your gitlab app (see https://docs.gitlab.com/ee/integration/oauth_provider.html#create-a-user-owned-application)"},{"id":"$$cap_gitlab_client_secret","label":"GITLAB_CLIENT_SECRET","description":"Your client-secret for your gitlab app (see https://docs.gitlab.com/ee/integration/oauth_provider.html#create-a-user-owned-application)"},{"id":"$$cap_gitlab2_domain","label":"GITLAB2_DOMAIN","description":"Domain for your other gitlab instance (e.g. https://framagit.org)"},{"id":"$$cap_gitlab2_client_id","label":"GITLAB2_CLIENT_ID","description":"Your client-id for your other gitlab instance app"},{"id":"$$cap_gitlab2_client_secret","label":"GITLAB2_CLIENT_SECRET","description":"Your client-secret for your other gitlab instance app"}],"instructions":{"start":"\nSilex, is a free and open source website builder in the cloud.\nCreate websites directly in the browser without writing code. \nAnd it is suitable for professional designers to produce great websites without constraints. \nSilex is also known as the HTML5 editor. \n\nYou are installing a Docker image generated from this silex-platform source code https://github.com/silexlabs/silex-platform \nFor your Gitlab App client id and secret and your redirect URL see https://github.com/silexlabs/silex-platform?tab=readme-ov-file#environment-variables\nFor environment variables definition, see https://docs.silex.me/en/dev/options \n\nMore details: https://silex.me/ \n\nNB: You can selfhost your gitlab instance too so that you will have a full selfhosted web builder. \nYou probably want to use a CMS like Wordpress or others, you can also selfhost it. \nSee https://docs.silex.me/en/user/cms","end":"silex-platform has been successfully deployed!\nYour service is available at http://$$cap_appname.$$cap_root_domain"},"displayName":"silex-platform","isOfficial":true,"description":"Silex is an online tool for visually creating static sites with dynamic data. With the free/libre spirit of internet, together.","documentation":"See https://silex.me/resources/"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname":{"image":"silexlabs/silex-platform:$$cap_version","environment":{"SILEX_URL":"https://$$cap_appname.$$cap_root_domain","STORAGE_CONNECTORS":"$$cap_storage_connector","HOSTING_CONNECTORS":"$$cap_hosting_connector","GITLAB_DOMAIN":"https://gitlab.com","GITLAB_CLIENT_ID":"$$cap_gitlab_client_id","GITLAB_CLIENT_SECRET":"$$cap_gitlab_client_secret","GITLAB2_DOMAIN":"$$cap_gitlab2_domain","GITLAB2_CLIENT_ID":"$$cap_gitlab2_client_id","GITLAB2_CLIENT_SECRET":"$$cap_gitlab2_client_secret","GITLAB_SCOPE":"api read_user","GITLAB_TIMEOUT":5000},"containerHttpPort":"6805"}}},"variables":[{"id":"$$cap_version","label":"silex-platform Version","defaultValue":"v1.0.162","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/silexlabs/silex-platform/tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_storage_connector","label":"STORAGE_CONNECTOR","defaultValue":"gitlab","description":"Storage connector you want to use should be one or more of following gitlab,ftp,gitlab2 (separated with comma but no space)","validRegex":"/^((gitlab|ftp|gitlab2)\\,?)*$/"},{"id":"$$cap_hosting_connector","label":"HOSTING_CONNECTOR","defaultValue":"gitlab,download","description":"Hosting connector you want to use should be one or more of following gitlab,ftp,gitlab2,download (separated with comma but no space)","validRegex":"/^((gitlab|ftp|gitlab2|download)\\,?)*$/"},{"id":"$$cap_gitlab_client_id","label":"GITLAB_CLIENT_ID","description":"Your client-id for your gitlab app (see https://docs.gitlab.com/ee/integration/oauth_provider.html#create-a-user-owned-application)"},{"id":"$$cap_gitlab_client_secret","label":"GITLAB_CLIENT_SECRET","description":"Your client-secret for your gitlab app (see https://docs.gitlab.com/ee/integration/oauth_provider.html#create-a-user-owned-application)"},{"id":"$$cap_gitlab2_domain","label":"GITLAB2_DOMAIN","description":"Domain for your other gitlab instance (e.g. https://framagit.org)"},{"id":"$$cap_gitlab2_client_id","label":"GITLAB2_CLIENT_ID","description":"Your client-id for your other gitlab instance app"},{"id":"$$cap_gitlab2_client_secret","label":"GITLAB2_CLIENT_SECRET","description":"Your client-secret for your other gitlab instance app"}],"instructions":{"start":"Silex, is a free and open source website builder in the cloud.\nCreate websites directly in the browser without writing code.\nAnd it is suitable for professional designers to produce great websites without constraints.\nSilex is also known as the HTML5 editor.\n\nMore details: https://silex.me/\nFor environment variables definition, see https://docs.silex.me/en/dev/options\n\nNB: \nYou can selfhost your gitlab instance too so that you will have a full selfhosted web builder.\nYou probably want to use a CMS like Wordpress or others, you can also selfhost it.\nSee https://docs.silex.me/en/user/cms","end":"silex-platform has been successfully deployed!\nYour service is available at http://$$cap_appname.$$cap_root_domain"},"displayName":"silex-platform","isOfficial":true,"description":"Silex is an online tool for visually creating static sites with dynamic data. With the free/libre spirit of internet, together.","documentation":"See https://silex.me/resources/"} | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname":{"image":"silexlabs/silex-platform:$$cap_version","environment":{"SILEX_URL":"https://$$cap_appname.$$cap_root_domain","STORAGE_CONNECTORS":"$$cap_storage_connector","HOSTING_CONNECTORS":"$$cap_hosting_connector","GITLAB_DOMAIN":"https://gitlab.com","GITLAB_CLIENT_ID":"$$cap_gitlab_client_id","GITLAB_CLIENT_SECRET":"$$cap_gitlab_client_secret","GITLAB2_DOMAIN":"$$cap_gitlab2_domain","GITLAB2_CLIENT_ID":"$$cap_gitlab2_client_id","GITLAB2_CLIENT_SECRET":"$$cap_gitlab2_client_secret","GITLAB_SCOPE":"api read_user","GITLAB_TIMEOUT":5000},"containerHttpPort":"6805"}}},"variables":[{"id":"$$cap_version","label":"silex-platform Version","defaultValue":"v1.0.162","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/silexlabs/silex-platform/tags","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_storage_connector","label":"STORAGE_CONNECTOR","defaultValue":"gitlab","description":"Storage connector you want to use should be one or more of following gitlab,ftp,gitlab2 (separated with comma but no space)","validRegex":"/^((gitlab|ftp|gitlab2)\\,?)*$/"},{"id":"$$cap_hosting_connector","label":"HOSTING_CONNECTOR","defaultValue":"gitlab,download","description":"Hosting connector you want to use should be one or more of following gitlab,ftp,gitlab2,download (separated with comma but no space)","validRegex":"/^((gitlab|ftp|gitlab2|download)\\,?)*$/"},{"id":"$$cap_gitlab_client_id","label":"GITLAB_CLIENT_ID","description":"Your client-id for your gitlab app (see https://docs.gitlab.com/ee/integration/oauth_provider.html#create-a-user-owned-application)"},{"id":"$$cap_gitlab_client_secret","label":"GITLAB_CLIENT_SECRET","description":"Your client-secret for your gitlab app (see https://docs.gitlab.com/ee/integration/oauth_provider.html#create-a-user-owned-application)"},{"id":"$$cap_gitlab2_domain","label":"GITLAB2_DOMAIN","description":"Domain for your other gitlab instance (e.g. https://framagit.org)"},{"id":"$$cap_gitlab2_client_id","label":"GITLAB2_CLIENT_ID","description":"Your client-id for your other gitlab instance app"},{"id":"$$cap_gitlab2_client_secret","label":"GITLAB2_CLIENT_SECRET","description":"Your client-secret for your other gitlab instance app"}],"instructions":{"start":"\nSilex, is a free and open source website builder in the cloud.\nCreate websites directly in the browser without writing code. \nAnd it is suitable for professional designers to produce great websites without constraints. \nSilex is also known as the HTML5 editor. \n\nYou are installing a Docker image generated from this silex-platform source code https://github.com/silexlabs/silex-platform \nFor your Gitlab App client id and secret and your redirect URL see https://github.com/silexlabs/silex-platform?tab=readme-ov-file#environment-variables\nFor environment variables definition, see https://docs.silex.me/en/dev/options \n\nMore details: https://silex.me/ \n\nNB: You can selfhost your gitlab instance too so that you will have a full selfhosted web builder. \nYou probably want to use a CMS like Wordpress or others, you can also selfhost it. \nSee https://docs.silex.me/en/user/cms","end":"silex-platform has been successfully deployed!\nYour service is available at http://$$cap_appname.$$cap_root_domain"},"displayName":"silex-platform","isOfficial":true,"description":"Silex is an online tool for visually creating static sites with dynamic data. With the free/libre spirit of internet, together.","documentation":"See https://silex.me/resources/"} |
Oops, something went wrong.