Anyone know if its possible to re add an outline server to Outline manager? I reformatted my mac and realized that i didn’t know how to reconnect my VPS to my new outline manager app that i freshly installed. Is there a list of command line tools somewhere for outline? I would imagine they would have to be run from inside the container? Any advice would be greatly appreciated. thanks.
You can find access info in /opt/outline/access.txt on server with outline installed. Just reformat it to Json and put to outline manager:
{“certSha256”: “cert”, “apiUrl”: “url”}
Also you can manage outline with API and curl directly on server without adding it to outline manager.
API doc
Example:
root@dev1:~# export LOCAL_API_URL=https://localhost:55849/xXxXxXxXxXxXxXxXx
root@dev1:~# curl --insecure -X GET -s “${LOCAL_API_URL}/access-keys”
I am essentially looking for this output from my existing server.
просто выполни команду
sudo bash -c “$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server\_manager/install\_scripts/install\_server.sh)”
скопируй в outline полученный код и попадешь в свой менеджер
Thank you for this info i will try this out later tonight.
Нет, он просто попробует поверх установиться еще раз.