AppText is a Content Management System for Applications. A hybrid between a headless Content Management System and a Translation Management System.
It is intended for application developers who want an easy way of managing multi-language content for their applications and being able to delegate content management to non-developers.
Visit https://apptext.io for more information.
The following command starts AppText with default settings:
docker run -it --rm --name apptext -p 8000:80 apptextio/apptext
After the application starts, navigate to http://localhost:8000 in your web browser.
You can set some environment variables to configure AppText. The following command starts AppText with the data stored in the /tmp directory and with a predefined admin user:
docker run -d --name apptext -p 8000:80 -v /tmp:/apptextdata -e DATAFOLDER=/apptextdata -e ADMINUSER=myadminusername -e ADMINPASSWORD=@ppTex86!t apptextio/apptext
Specifies the folder in the container where the data is stored. Default value: /DATA.
Turns off authentication when set to true.
Username for the AppText admin account. Default admin when not set.
Password for the AppText admin account. Default empty and you have to enter the password at first use.
Content type
Image
Digest
sha256:6386e007a…
Size
106.3 MB
Last updated
over 3 years ago
docker pull apptextio/apptext