Replies: 1 comment 2 replies
-
If I may, I would add that valid authentication methods are, as of now, Google Workspaces, MS Azure or Slack. It took me a few trials to understand that free Gmail is not valid and Github integration is not for OAuth but solely for merging PRs when writing your notes. Their documentation is not as clear as I'd like, and the mechanism is not exaclty straightforward. I ended up being stuck since I didn't have any of the mentioned providers, and ended up riesumating an old slack accunt tied to an old project, which is btw less than ideal and I'll probably activate a fresh ne account. Maintaining this additional information (likely to change in the future maybe) in Community-Scripts is less than ideal, but I would weigh it against the risk of many new issues/discussions from people not understaing how to set it up. |
Beta Was this translation helpful? Give feedback.
-
Caution
Pending merge #472, does not work yet! You can try burgerga's fork:
but note that you're on your own for issues, as this is not supported/endorsed by the community-scripts community.
Important
For a functional Outline you need
This guide will explain how to fully install a Outline LXC using Proxmox VE Helper-Scripts.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/outline.sh)"
cd /opt/outline
/opt/outline/.env
(e.g., withnano .env
):URL
, this should be a "fully qualified, publicly accessible URL" (although you can limit access to LAN only using your reverse proxy)Note
Have a look at
/opt/outline/.env.sample
for example configurationNB Although it says "at least ONE OF EITHER Google, Slack, or Microsoft is required for a working installation" this is not the case, and any of the supported authentication methods should work.
URL
to http://<OUTLINE_LXC_IP>:3000 in your reverse proxy, you should now be able to login by going toURL
!Beta Was this translation helpful? Give feedback.
All reactions