
Squidex
Squidex is an open source headless CMS and content management hub.
Official integration
Created - Last update
Squidex is an open source headless CMS and content management hub. In contrast to a traditional CMS Squidex provides a rich API with OData filter and Swagger definitions. It is up to you to build your UI on top of it. It can be website, a native app or just another server. It is built with ASP.NET Core and CQRS and is tested for Windows and Linux on modern browsers.
Deployed services
squidex
squidex/squidex:$$cap_squidex_version
- squidex-data:/app/Assets
always
15squidex-db
mongo:$$cap_mongo_version
- squidex-db-data:/data/db
- squidex-db-config:/data/configdb
always
3Variables
Squidex Version
Default: 4.6.0
$$cap_squidex_versionCheck out their page for the valid versions https://hub.docker.com/r/squidex/squidex/tags
MongoDB Version
Default: 4
$$cap_mongo_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/
MongoDB password
Default: undefined
$$cap_mongo_passwordOnly use alphanumeric chars.
Admin Email
Default: undefined
$$cap_admin_emailThe Email which is gonna be used to login as administrator.
Admin Password
Default: undefined
$$cap_admin_passwordThe password which is gonna be used to login as administrator.(Minimum eight characters, at least one letter, one number and one special character:)
Microsoft Client Id(Optional)
Default: undefined
$$cap_microsoft_clientThe client id from Microsoft in order to enable MS Login.
Microsoft Secret Token(Optional)
Default: undefined
$$cap_microsoft_secretThe secret token from Microsoft in order to enable MS Login.
Github Client Id(Optional)
Default: undefined
$$cap_github_clientThe client id from Github in order to enable Github Login.
Github Secret Token(Optional)
Default: undefined
$$cap_github_secretThe secret token from Github in order to enable Github Login.
Google Client Id(Optional)
Default: undefined
$$cap_google_clientThe client id from Google in order to enable Google Login.
Google Secret Token(Optional)
Default: undefined
$$cap_google_secretThe secret token from Google in order to enable Google Login.