Sign inSign up

apptextio/apptext

By apptextio

Updated over 3 years ago

Content Management for Applications

Image
0

631

apptextio/apptext repository overview

About AppText

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.

How to use the image

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

Environment variables

DATAFOLDER

Specifies the folder in the container where the data is stored. Default value: /DATA.

DISABLE_AUTH

Turns off authentication when set to true.

ADMINUSER

Username for the AppText admin account. Default admin when not set.

ADMINPASSWORD

Password for the AppText admin account. Default empty and you have to enter the password at first use.

Tag summary

Content type

Image

Digest

sha256:6386e007a

Size

106.3 MB

Last updated

over 3 years ago

docker pull apptextio/apptext