|
|
|
|
|
by fbartels
2836 days ago
|
|
Yes, they have been around for quite a while already, although I don't know if they have since updates their tech stack. Back when I played with it apps were formed from a bunch of bash scripts that simply automate install and uogrades. One nice thing though was the self made SSO module for nginx, so everything supporting http basic authentication could easily be integrated. Nowadays I am running Cloudron for these use cases. Here the big plus in apps is that each app runs on docker and has to use the Cloudron docker vase image (with very few paths having write access), through that apps and the server can easily backed up and restored in exactly the same state (user, data, apps installed). |
|