lab icon indicating copy to clipboard operation
lab copied to clipboard

[olivetin] add a guide for OliveTin

Open kimdiallo opened this issue 2 years ago • 1 comments

Looks good and fits well.

https://github.com/OliveTin/OliveTin

https://www.olivetin.app

kimdiallo avatar Jun 04 '22 07:06 kimdiallo

As of my knowledge this app does currently not have an own authentification system. So when you directly give access to this app via the web backend anyone (who knows the domain) can run your configured commands.

  • Maybe an auth proxy (see #1115) could be a solution for this. 🚀
  • You can also use a ssh tunnel to securely access the internal port if this is only a one person show.
    e.g. ssh -L 8042:0.0.0.0:1337 [email protected] -> http://localhost:8042 to have this persistent you may need something like autossh and a ssh config file on your local computer

EV21 avatar Jun 16 '22 20:06 EV21