# Twtxt is an open, distributed microblogging platform that # uses human-readable text files, common transport protocols, # and free software. # # Learn more about twtxt at https://github.com/buckket/twtxt # # This is an automated Yarn.social feed running feeds v0.1.0@2b75e86 # Learn more about Yarn.social at https://yarn.social # # nick = felixs-page # url = https://feeds.twtxt.net/felixs-page/twtxt.txt # source = https://blog.9wd.eu/index.xml # avatar = # description = # updated_at = 2022-08-01T10:35:49Z # 2022-05-26T19:00:00Z **Free off-site monitoring and status page with Fly.io and Uptime Kuma**
What good is a status page, when its availability depends on the status of your own infrastructure? After all the status page (and your monitoring) should also be available when the rest of your infrastructure isn’t. Bonus points of the status page is even in a different region/with a different provider.
Fly.io is a hosting provider that generously provides a free tier (256MB Ram and 3GB of storage) which is large enough to run an instance of Uptime Kuma. ⌘ [Read more](https://blog.9wd.eu/posts/flyio/) 2021-10-04T07:44:56Z **OliveTin** ⌘ [Read more]() 2021-10-04T07:44:17Z **UpSnap** ⌘ [Read more]() 2021-08-09T06:21:20Z **Migrate notes from Standard Notes to Joplin** ⌘ [Read more]() 2021-06-26T09:25:00Z **Mirror git repository with post receive hooks**
To automatically mirror a git repository from an internal system (like a private Gitea) to an external system (like Github) the following Script can be used as a so called “post receive hook”:
#!/usr/bin/env bash downstream\_repo="git@github.com:your-user/your-repo.git" # if tmp worries you, put it somewhere else! pkfile="/tmp/gitea\_dotfiles\_to\_github\_dotfiles\_id\_rsa" if [ ! -e "$pkfile" ]; then # unindented block for heredoc's sake cat > "$pkfile" << PRIVATEKEY -----BEGIN OPENS ... ⌘ [Read more](https://blog.9wd.eu/posts/git-mirror/) 2021-06-21T19:00:00Z **Managing Cloudron users via Univention Corporate Server (UCS)**
This blog is a recap instructions I originally documented in the Cloudron forum.
The strength of Cloudron is that its a simple single server installation that provides central user management for apps running on it. But sadly only for apps running on it. Sometimes you want to use the same users for file shares, windows logins or external applications that support LDAP like media servers and NAS devices.
For this a server that can act as a windows domain control can c ... ⌘ [Read more](https://blog.9wd.eu/posts/cloudron-ucs/) 2021-06-21T08:24:51Z **32 Practical Kanban Board Examples** ⌘ [Read more]() 2021-06-18T21:30:00Z **Cloudron Migration Tipps**
Since my current Cloudron installation was both running out of disk space and running a soon unsupported version of Ubuntu, it was time to move it to a new and bigger server. Luckily the way Cloudron is setup makes this already very easy, but since I am using some of its apps in a production manner (like for example its mail server) I cannot just tell everybody, that would connect to the server to please not do it for a given timeframe. ⌘ [Read more](https://blog.9wd.eu/posts/cloudron-migration/) 2021-06-14T21:15:00Z **Photos**
Photo galleries have been migrated to Flickr. ⌘ [Read more](https://blog.9wd.eu/galleries/) 2020-12-15T12:47:13Z **Minimal safe Bash script template** ⌘ [Read more]()