@timconsidine My point was mainly about the would be final implementation in Cloudron. If such a feature were to be added to Cloudron, I believe that private and public custom apps should both be prioritized for it. Cloudron is very facilitating on the infrastructure part of deploying code apps, thus why I think this. Your POC demonstrates this aspect clearly.
Lanhild
Posts
-
Installing custom Apps on Cloudron -
Installing custom Apps on Cloudron@timconsidine nice proof of concept. It could help pave the way to have it natively inside a Cloudron's dashboard.
Like you mentioned, discovery of custom apps by the means of repositories is much needed, and would facilitate the use of this feature.
-
Installing custom Apps on CloudronWhy not just make a new forum category "CustomApps" ?
One post for each custom app a dev wants to make available
Some 'house rule' that custom apps must be maintained by the original dev, and if that ceases, to update the post accordingly.This totally prevents the use cases of private custom apps.
-
Installing custom Apps on Cloudron@james I'm good with this approach, as long as "apps" I upload can be private. Custom applications aren't necessarily public or shareable, but would greatly benefit from this.
-
Grafana Loki@girish Tried one of the solution mentioned @ https://github.com/grafana/loki/issues/6182, without success.
-
Grafana Loki@girish Yeah, the app indeed works, it's only overly verbose logs. I'll look into it if there's a setting.
-
Grafana LokiI revived this package by making a new one @ https://github.com/Lanhild/loki-cloudron.
I iterate on @doodlemania2 's point: It is only an endpoint. Loki itself is simply the aggregator and API that you connect to Grafana. -
Environment file@james I haven't tried to make the modifications suggested since then, but i have good reasons to believe it'd work.
-
Atuin - Making your shell magicalSync, search and backup shell history with Atuin
Been using it for a while now. I wanted to be able to sync my shell history outside of my LAN, so I've made a package for Cloudron @ https://github.com/Lanhild/atuin-cloudron
-
Welcoming James to the team@james Welcome! Happy to see a new name appear on the forums.
-
Shields.io - Concise, consistent, and legible badgesWe've made a Cloudron package for https://shields.io/.
The pros of self-hosting this service is that you can add your tokens for all your self-hosted application, or e.g. GitHub Personal Access Token to fetch badges for private repositories.
Feel free to use the code for the app store.
-
Support multiple private docker registries@Lonkle How'd you do this?
I'm running into issues as I have multiple Cloudron servers with custom apps and only the ability to configure a single docker registry
-
ZeroNetplease take a look at how to solve the websocket issue and tor finding its linked libraries that are in the same directory.
Thanks for the heads up. I don't have enough knowledge about this aspect to help though.
Next time, consider not mentioning staff or app devs groups, as it sends an email to each members by default. I'm sure the people that wish to contribute would regardless of a notification
-
Pipelines - an Open WebUI initiative@dsp76 I'm using it, so far no issues.
-
Connection refused on viewer@nebulon Yeah, it does work. What I meant was that it doesn't work for some clients, even though they are indeed connected to a network. I used to believe it was an issue on the client side, but the fact that it works on another typebot Cloudron instance for the clients is what makes me believe it comes from the server.
-
Connection refused on viewer@nebulon That's where it becomes confusing - you don't need to.
-
Connection refused on viewerWhen trying to reach a published bot via a new tab, a client gets the error
Failed to load resource
when loading the page. Trying it out on multiple other networks and devices, I cannot replicate this error.This led me to believe it is a network error on the client side. Though, when trying the same steps over at Typebot's SaaS, the client doesn't get any errors, and the connection is successful.
I'm thinking there's a quirk hidden somewhere in Cloudron's app configuration leading to this behavior.
Any clues, I'm pretty lost. -
Extensions file gets deleted on startup@girish Yes please, this'd be appreciated.
-
Extensions file gets deleted on startup@joseph Ah, I see. I was trying to add the oidc extension to use my own external IdP. Now I understand why.
-
Extensions file gets deleted on startupWhen uploading an extension's
.jar
to/app/data/extensions
, restarting the application deletes the extension file. Thus, configuring an extension is impossible.