29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
# Self-hosted
|
|
## Reddit
|
|
* [Self Hosting thread on Reddit](https://reddit.com/r/selfhosted/s/b0CykwfwuL)
|
|
## Lemmy
|
|
* [Self hosting thread on Lemmy](https://lemmy.world/post/8385160 )
|
|
## Links
|
|
* [Healthchecks - CRON job monitoring](https://healthchecks.io)
|
|
* [Yopp](https://github.com/josephernest/Yopp) - Single-file upload/download solution
|
|
* [Stirling PDF (PDF Editor)](https://github.com/Frooodle/Stirling-PDF)
|
|
* [Dockge - Portainer alternative for self-hosting](https://github.com/louislam/dockge)
|
|
|
|
---
|
|
# Scratch Notes
|
|
## 2023-07-27
|
|
### Whiz Kids (1983)
|
|
* [Internet Archive](https://archive.org/download/whiz-kids/)
|
|
## 2023-07-29
|
|
* [Open Source Alternatives for Android](https://feddit.nl/post/318319)
|
|
## 2023-08-02
|
|
* [PinePods is a Python based app that can sync podcasts for individual accounts that rely on a central database with a web frontend and apps available on multiple platforms](https://www.pinepods.online/)
|
|
## 2023-09-26
|
|
* [Install AWX on Ubuntu](https://bgx4k3p.github.io/blog/linux-awx-microk8s-ubuntu/)
|
|
|
|
## 2024-02-07 [Upgrade fzf](https://github.com/junegunn/fzf?tab=readme-ov-file#upgrading-fzf)
|
|
|
|
fzf is being actively developed, and you might want to upgrade it once in a while. Please follow the instruction below depending on the installation method used.
|
|
|
|
* git: `cd ~/.fzf && git pull && ./install`
|