Install a self-hosted Outline wiki instance in a couple of minutes.
git clone https://github.com/vicalloy/outline-docker-compose.git
cd outline-docker-compose
cp scripts/config.sh.sample scripts/config.sh
# update config file: vim scripts/config.sh
make install # Create a docker-compose config file and start it. Initializing the oidc-server(add oidc client for outline and create a superuser).
FILE_STORAGE=local
to use local file storage(MINIO is no longer required).http://127.0.0.1:8888
and login to outline.http://127.0.0.1:8888/uc/admin/auth/user/
to add new users.The config file scripts/config.sh.sample
make install
create docker-compose config file and start it. Initializing the oidc-server(add oidc client for outline and create a superuser)make start
start outlinemake stop
stop outlinemake clean
remove all config file generated by script.make clean-data
⚠️ You will lose all your dataALLOWED_DOMAINS