Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
fbartelsF

fbartels

@fbartels
App Dev
About
Posts
1.2k
Topics
73
Shares
0
Groups
1
Followers
6
Following
1

Posts

Recent Best Controversial

  • Live stream on creating an app for Cloudron
    fbartelsF fbartels

    For those that would be interested. I have just created a live stream on Youtube for Sunday 21.06. 14:00 (CET). During that stream I want to show a bit how to make a Cloudron app and will use Matterbridge as the example for it.

    I would timebox the whole stream to a max of two hours, lets see how far I'll get in that time, maybe I won't even need that much time.

    There will be an unedited recording of the stream later on.

    You can follow the stream at

    App Packaging & Development

  • Netmaker - manage wireguard networks
    fbartelsF fbartels
    • https://www.netmaker.io/
    • https://github.com/gravitl/netmaker
    • https://netmaker.readthedocs.io/en/master/about.html
    • https://netmaker.readthedocs.io/en/master/install.html
    • https://alternativeto.net/software/netmaker/about/
    • https://alternativeto.net/software/netmaker/
    • https://forum.cloudron.io/topic/7560/omniedge-decentralised-noconf-mesh-vpn-using-wireguard-alternative-to-zerotier-tailscale-etc
    • https://forum.cloudron.io/topic/7563/tailscale-decentralised-noconf-mesh-vpn-using-wireguard-alternative-to-zerotier-etc
    • https://forum.cloudron.io/topic/7567/firezone-foss-noconf-mesh-vpn-using-wireguard-alternative-to-zerotier-tailscale-omniedge-netmaker-etc
    • https://forum.cloudron.io/topic/7571/netbird-foss-noconf-mesh-vpn-using-wireguard-alternative-to-zerotier-tailscale-omniedge-netmaker-etc

    WireGuard® automation from homelab to enterprise
    Create Manage Automate
    ✔️ WireGuard Networks ✔️ Admin UI ✔️ Linux
    ✔️ Remote Access Gateways ✔️ OAuth ✔️ FreeBSD
    ✔️ Mesh VPNs ✔️ Private DNS ✔️ Mac
    ✔️ Site-to-Site ✔️ Access Control Lists ✔️ Windows

    (Uses the native Wireguard apps for the clients, so already very mature tried & tested open-source for that part of the overall)

    alt text

    4a40ed47-e7d6-461f-a4e8-7fd0d5199e16-image.png

    App Wishlist

  • Free off-site monitoring with Fly.io and Uptime Kuma
    fbartelsF fbartels

    Hi everyone,

    I saw a post yesterday on Reddit showing how to use the Google Cloud free tier to run Uptime Kuma. One of the alternatives for free hosting mentioned in the post was fly.io and since their tooling intrigued me I have since then started hosting Uptime Kuma on their platform (combined with notifications through Telegram to be as independent from my own infrastructure as possible).

    Their free tier includes a vm to run own code or a docker container along with 1cpu and 256mb of ram. this can be coupled with a persistent storage volume of 3gb, so plenty of resources for Uptime Kuma. In addition to this they allow usage of own domain names so you can have your status page at https://status.mydomain.com instead of on one of their subdomains.

    All you need is the following toml file to deploy the Uptime Kuma container on fly.io:

    # fly.toml file generated for mykuma
    
    app = "mykuma"
    
    kill_signal = "SIGINT"
    kill_timeout = 5
    processes = []
    
    [build]
      image = "louislam/uptime-kuma:1"
    
    [mounts]
    source="kuma"
    destination="/app/data"
    
    [env]
      PORT = "8080"
    
    [experimental]
      allowed_public_ports = []
      auto_rollback = true
    
    [[services]]
      http_checks = []
      internal_port = 8080
      processes = ["app"]
      protocol = "tcp"
      script_checks = []
    
      [services.concurrency]
        hard_limit = 25
        soft_limit = 20
        type = "connections"
    
      [[services.ports]]
        force_https = true
        handlers = ["http"]
        port = 80
    
      [[services.ports]]
        handlers = ["tls", "http"]
        port = 443
    
      [[services.tcp_checks]]
        grace_period = "1s"
        interval = "15s"
        restart_limit = 0
        timeout = "2s"
    

    The configuration refers to a volume called "kuma", which needs to be created before the app can be deployed by running flyctl volumes create kuma.

    I have written a bit more in detail about on on my blog: https://blog.9wd.eu/posts/flyio/ (first draft status, may need refinement)

    Uptime Kuma monitoring

  • Fetchmail - fetch external mailboxes to Cloudron
    fbartelsF fbartels

    Hi,

    I'm thinking about creating a Cloudron app that uses fetchmail to fetch external mailboxes and deliver their mails to local accounts. Depending if I find a good example for a config ui this would then be configurable either from a small web ui or by simply editing the fetchmailrc file from the console.

    Anyone else interested?

    App Wishlist

  • Saltcorn - Free and open source extensible no-code application builder
    fbartelsF fbartels

    Hi,

    I am not using it myself, but could imagine this being useful to others. Looking at their deployment structures this only needs node and a postgres database.

    https://github.com/saltcorn/saltcorn

    App Wishlist

  • Silver Bullet is an extensible, open source, personal knowledge management application.
    fbartelsF fbartels

    Look like an interesting notion like systems with a powerful plugin system. There is a plugin for realtime collaboration even. Markdown parses nicely in their editor as well.

    The only downside, it feels like a single user architecture. But for an experiment it could be put behind cloudrons auth wall. Might give it a shot next week.

    https://silverbullet.md/

    App Wishlist

  • Incorporate a WAF built into cloudron
    fbartelsF fbartels

    @girish said in Incorporate a WAF built into cloudron:

    it should totally possible to move to apache instead of nginx for the reverse proxy, with some effort

    I'm not sure if moving from Nginx to Apache is a very "modern" decision. There has been a buzz on this forum about Crowdsec a few weeks ago, maybe this would another approach that is possible (although the downside seems to be that you lock people into a third party SaaS).

    In regards to reverse proxies. I recently spent quite some time working with apisix, which is basically nginx/openresty with an additional manage api in lua. It can get its route configuration either from etcd or a yaml file (other backends could afaik be implemented as plugins). And since its based on Nginx its quite fast.

    Feature Requests firewall

  • Live stream on creating an app for Cloudron
    fbartelsF fbartels

    Hello everyone. See you on half an hour at

    !

    App Packaging & Development

  • HumHub - social network software
    fbartelsF fbartels

    I recently talked to the CEO of Humhub and also made him aware of Cloudron and this topic. He said that they are currently busy with investigating ways to automate deployments in container scenarios and once that is solved they would be open to collaborate on an app for Cloudron.

    App Wishlist

  • Cloudron Health Check Endpoint
    fbartelsF fbartels

    Since I am always missing notifications in Cloudron (don't log into the dashboard often enough) I decided to add a monitor for it to Uptime Kuma.

    • Add New Monitor
    • Monitor Type: HTTP(s) - Keyword
    • URL: https://my.domain.com/api/v1/notifications?acknowledged=false&page=1&per_page=2
    • Keyword: "notifications":[]
    • Heartbeat Interval: 360 (could be higher however, I don't need instant alerts for new notifications)

    Since the api only works with auth, we also need to send a header for this. For this paste the following in the "Headers" field:

    {
        "authorization": "Bearer xxx"
    }
    

    The xxx needs to be replaced with a valid api token, which can be created in the user profile.

    Everything you can see on the Cloudron dashboard comes from the Cloudron api. So if further checks are needed I always recommend to pop out the network console and check which endpoints get requested for the data you need.

    Uptime Kuma

  • I wrote a small howto on configuring Gitea for the Cloudron OpenID Provider
    fbartelsF fbartels

    To simplify logging into my Cloudron hosted Gitea I wanted to configure the new OpenID Provider, which was introduced in Cloudron 7.4. I wrote down a blog with the detailed steps in case someone wants to replicate this configuration.

    Gitea

  • Proposal: Free-Tier Alterations <3
    fbartelsF fbartels

    @msbt said in Proposal: Free-Tier Alterations ❤:

    Not sure if paying for updates defeats the purpose of having a secure system with rolling auto-updates

    Exactly. I think it's bad practice to hide things like updates and 2FA behind an extra paywall.

    Plus it was like this in the past already and was changed for the very same reason: you don't want to have people with vulnerable old versions out in the wild.

    Discuss pricing subscription

  • Jitsi
    fbartelsF fbartels

    @necrevistonnezr said in Jitsi:

    Mailbox.org is switching away

    One bit of context that is not in the post is that OpenTalk is developed by the same people/company that are operating mailbox.org

    Announcements

  • Open registration
    fbartelsF fbartels

    A post of @luckow has made me interested in baserow (which is already available as an app on Cloudron). With it you can define databases and fill these through a form. It already has the ability to trigger a webhook if an entry was created.

    At the moment the webhook payload cannot be freely defined, but if it would add this feature one could make a simple sign up page for Cloudron. User would be created, but sadly one needs to make multiple requests to also send out an invitation mail and to add the user to groups. But this way the admin can decide on their own if the signup should be confirmed.

    Ticket is https://gitlab.com/bramw/baserow/-/issues/744

    Feature Requests registration

  • Drone
    fbartelsF fbartels

    I have meanwhile made the app public so anybody can now install it from my git repo. It can be found at https://github.com/fbartels/cloudron-drone-app

    App Wishlist

  • bitwardenRS: How to delete users?
    fbartelsF fbartels

    @necrevistonnezr I am not using bitwarden on Cloudron, but in general you can enable an admin interface, which would then be available at https://your-bitwarden.cloudron/admin.

    From that interface you can delete users.

    Vaultwarden

  • Installing custom Apps on Cloudron
    fbartelsF fbartels

    This sounds like a nice imitative.

    I think I would piece this together a bit differently. Having a small bash script as the glue that holds it together is fine. But instead of installing the cloudron cli via npm I would just execute is as a docker container. This way you also have more control over versions and don't need to tell people to manually update the cloudron cli.

    Instead of asking people to manually download the manifest and favicon, let them supply the url to the git repo of the app. Then you could do a local clone and get these files from the clone. This also opens up the possibility of building the app locally instead of using somebody elses (potentially untrusted) container image. For apps that should still be pulled instead of built you could include a text file with the address of the container instead of having to have your user copy it manually into a file.

    The other benefit of putting some of your logic inside of a container is that your could there rely on better tooling instead of parsing yaml files with bash.

    I have only had a quick glance at your script and the way it looked to me you need to have one configuration file per app (and also one copy of your script per app?), which will lead to a lot of duplication.

    Edit: and for the approach with the surfer app you should make sure to tell people to create these files in a place that is not served to the internet. Else you may expose your API key to the public.

    App Packaging & Development

  • Cachet - status page system
    fbartelsF fbartels

    @d19dotca said in Cachet - status page system:

    I think the more common ones to Cachet is StatPing, ..

    I played around with statping today. What intrigues me about it (apart from it being written in golang) is the ability to use custom webhooks and even own scripts for notifications.

    App is located at https://git.cloudron.io/fbartels/statping-app/, but surely can use some more polish. But it is generally in an "it works" state.

    App Wishlist

  • Why not make Cloudron fully open source again?
    fbartelsF fbartels

    @marcusquinn said in Why not make Cloudron fully open source again?:

    GPL v3 covers commercial interests nicely

    Yes, but only when the other party offers downloads of the product. Not when it's only hosted publicly (the installed product). In the latter case agpl would ensure that code is being made available.

    But usually and honesty a lot people (if they contribute or not) only care about the freedom aspect, and there gpl or agpl are not sufficient enough for some people.

    In essence, the type of license should also be dependent on the audience of developers you want to attract by at.

    Discuss agpl license licensing open-source subscription

  • Upcoming apps
    fbartelsF fbartels

    Hi everyone,

    in the past weeks I have been working with the Cloudron team to make Kopano Meet available as an app for Cloudron.

    Meet is a modern video conferencing app that is designed as a so called Progressive Web App (PWA) which means that you can add it as an app to your phone/tablet/desktop directly from within Meet and without relying on external app stores. Functionality wise Meet provides 1 to 1 and group video calls as well as screensharing. We are utilising a library called "Glue" which facilitates easy integration into other applications, internal proof of concepts with this have already been done with Matrix and ownClouds new Phoenix UI (based on customer projects).

    The app has been released to unstable last week and can be found at https://cloudron.io/store/com.kopano.meet.cloudronapp.html.

    Looking forward to your feedback!

    Announcements
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search