Cloudron Non-App Store Packaged Apps
-
That's a nice idea.
@thetomester13 said in Non-App Store Packaged Apps:
Open to suggestions about formatting or any other pieces of data we may want to keep track of
Something machine readable would be nice, then there could be ways to automate interaction with the list. Json, yaml (my preference), toml... The same data could also be used to generate a more human friendly view of it.
-
@fbartels very cool thought! I modeled this after the awesome-selfhosted repo but I like the idea of something machine-readable. I'll report back when I have something!
-
If you want we can keep track of them in this forum as well as a WIP thread instead of a WIP tag. The WIP tag currently only indicates what @nebulon and I are working on to get them published and not what has already been packaged/contributed in various states.
We can make the topic sticky and also I think I have to give you mod permissions so you can keep it updated by editing it. Similar to what @jdaviescoates 's thread of who has contributed so far.
-
I have a couple I'm still working on (Oragono being the most recent effort)
-
@atrilahiji I hope to have the new format up and running soon for devs to contribute what they're working on!
-
Ok, I think I figured it out. The repo now includes a packaged_apps.json file that is machine readable and is the source of truth for the README list. The README gets updated with a pre-commit hook that will compile the list (plus a prefix and postfix) whenever a commit gets made.
Thoughts/Merge Requests/more Apps listed are welcome!
-
@thetomester13 I meant maintaining a forum post like https://forum.cloudron.io/topic/3344/app-contributions-hall-of-fame . It's probably easier to maintain since people can leave a note on this forum instead of sending you a PR each time.
-
@thetomester13 Or you can make a new post, up to you. You are mod in this category in any case.
-
I also have some apps that I am using privately and that I can contribute if people are interested:
- Nginx: A simple nginx install with PHP support. Similar to LAMP but with nginx
- Zola: A package using zola (getzola.org) to build static pages. The code comes from a git repo and supports webhook triggers to allow a nice push to git -> build static page workflow.
-
@thetomester13 There is no UI in the package. Zola has a serve mode where it listens to changes and rebuilds automatically. You can use this to edit the files and see the changes in the browser in almost realtime. That is as close as zola gets to a UI (it's not a wiki). However, this is not packaged by me. You don't want visitors to see your edits live, do you? You use the serve mode locally to edit the pages and then push them to git which triggers my zola app to build and host the static pages.
-
Here are the repos for the apps:
-
I stumbled on a Gitea domain with all the non-store app in one place, can anyone provide the link again, I can't find it...:/
-
@rmdes you might be talking about @atridad 's Alt-Ron. I believe it's moved around a few times. Most recently he said he'll upload his repos to Cloudron's git.
-
@thetomester13 Oh thanks, exactly what I'm looking for