outline-wiki-docker-compose
outline-wiki-docker-compose copied to clipboard
Installation and docker compose to self host outline wiki: https://www.getoutline.com/
Everything works fine except for 1 small error: The profile photo and organization logo do not show.  This error only happens to profile photos & logo (uploading images in...
Hi. Got everything installed and working, but file uploads. Dockers says all images are running (so mini too), but for some reason it tells that where is an error uploading...
nginx proxy need add location /realtime/ { proxy_pass http://outline:3000; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $host; }
Hello I have installed everything successfully, but after opening Outline and logging in I can't edit any documents and after a few seconds I get the error message "connection to...
Changing the config to this is required for websockets to work for me, I assume this is the case most of the time so I figure this change would be...
I configured AWS S3 to be used for file uploads instead of local minio. The file uploads seem successful on the wiki UI but do not see them on the...
I am getting an error when running "make install" : Removing: /Users/i304143/Library/Caches/Homebrew/Cask/codelite-official--16.2.0.tar.gz... (87.1MB) Removing: /Users/i304143/Library/Logs/Homebrew/kubernetes-cli... (64B) Pruned 0 symbolic links and 13 directories from /usr/local Enter hostname [localhost]: Enter http...
Hi, How can I use my own SSL certificate? Thanks
I have tried connecting Outline with DO Spaces for files. Currently it can upload to the DigitalOcean Space (confirmed by manually looking for the file) but I cannot download or...
Hi, I'm getting this error `redirect_uri did not match any configured URIs. Passed URI: http://test.something.com/auth/slack.callback` I've added Redirect URL in slack which is `https://test.something.com/auth/slack.callback` becasue slack only supports https. What...