Replies: 2 comments 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.
-
I would like to ask if there is a detailed setting method, because when I tried to set up Authentik and outline recently, I found that authentication failed. I referred to the video https://youtu.be/ywQVe9ikcVI?si=3jucNVaAXJ90UTQ5 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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