- Moonlight – Open source game streaming client
https://moonlight-stream.org - Sunshine – Self-hosted game stream host for Moonlight
https://app.lizardbyte.dev/Sunshine/?lng=en
DNS and Email – Toolbox
Docker and Grafana/Loki
- Master Docker logging with Loki and Grafana
https://daniel.es/blog/centralize-and-visualize-docker-logs-in-grafana-with-loki/
- #docker #loki #stuck – if loki is not reachable and loki-docker-driver is activated, containers apps stops and cannot be stopped/killed
https://github.com/grafana/loki/issues/2361#issuecomment-2484610947
/etc/docker/daemon.json
{
"debug": true,
"log-driver": "loki",
"log-opts": {
"mode": "non-blocking",
"loki-url": "http://loki-ip:3100/loki/api/v1/push",
"loki-batch-size": "400",
"loki-retries": "2",
"loki-max-backoff":"800ms",
"loki-timeout":"1s"
}
}
Open Source Self Hosted Password Manager for Companies
Alternative Open Source Apps
App | Alternative |
Jira | Plane – https://plane.so/ |
Confluence | * BookStack – https://www.bookstackapp.com/ * Wiki.js – https://js.wiki/ |
Source:
- Confluence and Jira alternatives – https://www.reddit.com/r/selfhosted/comments/13jm94q/confluence_and_jira_alternatives/
Elgato Key Light
- Gnome extensions – Elgato Key Light by vidstige
https://extensions.gnome.org/extension/3910/elgato-key-light/
- Keylight Controller – This is a desktop application to control Elgato Keylights.
https://github.com/justinforlenza/keylight-control/
https://github.com/justinforlenza/keylight-control/blob/main/src/keylight.js
- Home Assistant – Elgato Key Light
https://www.home-assistant.io/integrations/elgato/
Low-Code and No-Code platform
- Budibase – The low code platform you’ll enjoy using
https://github.com/Budibase/budibase - AppSmith – Open-source, low-code platform to Build, ship, and maintain CRUD apps
https://www.appsmith.com/
https://github.com/appsmithorg/appsmith
MySQL – horizontal scaling
- https://vitess.io/
A database clustering system for horizontal scaling of MySQL
MySQL DB Diagram
DBeaver Backup Files
$HOME/.local/share/DBeaverData/workspace6/General/.dbeaver/credentials-config.json $HOME/.local/share/DBeaverData/workspace6/General/.dbeaver/data-sources.json $HOME/.local/share/DBeaverData/workspace6/General/.dbeaver/project-metadata.json