Which apps are you self hosting?

13

Comments

  • edited February 2023

    @vitobotta said:

    @rattlecattle said:
    Just a few

    • Code server
    • Trilium Notes
    • JellyFin
    • Transfer.sh
    • changedetection.io

    How do you use code server? I mean do you store the code locally anyway? and how do you run apps while developing?

    Code server can be installed on a VPS with a domain pointing at it. That way vscode can be used directly in the browser. The code isn't stored locally, rather it's on the server where code-server is installed.

    This is similar to vscode.dev but vscode.dev entirely runs in the browser and has limited capabilities.

    Present versions of vscode these days have a tunnel feature included which allows to access vscode with a link.

    The apps are run directly from the shell that is the vscode terminal.

  • @rajprakash said:
    I’m curious, why exim over postfix nowadays? When I looked at exim years ago, config felt overly complicated vs postfix so I’ve been with postfix for at least 10 years now. Maybe it’s changed?

    The thing is it's incredibly flexible, and I don't think I could implement my current setup with anything else. Most of the mail routing information is actually stored in LDAP and replicated to the MX servers that way, so all the MXs have complete and equal knowledge about mail filtering and mail routing (i.e. which domains and accounts get forwarded to which backend server, which senders get blocked, or mailing list mails actually get routed to a different backend account).

    And, of course, I have been using exim for about 25 years now, so why would I change?

    Sure, postfix might be easier to set up for simple cases, but is it still that less complicated once you have implemented all current email best practices? How many additional packages do you need on top of postfix compared to what exim can do out of the box?

  • Just added to/installed Bookstack wiki to my list. It's pretty cool

    404 Error: Signature Not Found

  • skorousskorous OG
    edited February 2023

    @cmeerw said:

    The thing is it's incredibly flexible, and I don't think I could implement my current setup with anything else. Most of the mail routing information is actually stored in LDAP and replicated to the MX servers that way, so all the MXs have complete and equal knowledge about mail filtering and mail routing (i.e. which domains and accounts get forwarded to which backend server, which senders get blocked, or mailing list mails actually get routed to a different backend account).

    It's actually pretty easy. https://www.postfix.org/LDAP_README.html#example_virtual

    And, of course, I have been using exim for about 25 years now, so why would I change?

    This is the real thing. You're comfortable with it ( and that's cool ). ;-)

    Sure, postfix might be easier to set up for simple cases, but is it still that less complicated once you have implemented all current email best practices? How many additional packages do you need on top of postfix compared to what exim can do out of the box?

    Yup. None.

  • My mediocre list of self-hosted programs:

    • Uptime Kuma
    • Hastebin
    • GitLab
    • OpenSpeedTest
    • NextCloud
    • HomeAssistant
    • Omada Controller (We love TP-Link!)
    • Nginx Proxy Manager
    • OpenTTD (I need to play some classics from time to time)
  • @Ssmidge said:
    My mediocre list of self-hosted programs:

    • Omada Controller (We love TP-Link!)

    Docker, or regular install?
    (I installed deb on Ubuntu 20.04, it doesn't say if 22.04 or Debian 11 would work.)

  • Local (6 RPI):

    • Heimdall
    • Grafana and Prometheus (for RPI, Router and Switch monitoring)
    • DokuWiki
    • Plex
    • Jellyfin
    • Syncthing
    • Unifi Controller (for my AP AC Lite)
    • SmokePing
    • Joplin Server (my smartphone and laptop execute the Joplin client)
    • Pi-hole
    • LibreSpeed
    • My Website/Blog
    • My Web CV/Resume
    • AdGuard Home
    • Technitium DNS
    • Bitcoin Core Full-Node (Umbrel)
    • Mempool (Umbrel)
    • Electrs (Umbrel)
    • Lightning Node (Umbrel)
    • BTCPay Server (Umbrel)

    On Hosting provider:

    • Netmaker (Access my local network and services from the Internet)
    • Caddy (Proxy for some of my self-hosted services)
    • Snikket (down because Nexusbytes)
    • Wireguard VPN

    This is my humble list for now...

    Thanked by (1)ehab

    Ruby, JS Programmer and Linux user

  • @vitobotta said: Kutt (URL shortner)

    Kutt seems nice, I've been using my own URL shortener, no GUI, no DB, just three (3) lines on htaccess file, an index.php and the ini file where:
    lowendspirit="https://lowendspirit.com/" means https://www.alexgoldcheidt.com/go/lowendspirit
    Cons: no link analytics.

  • @flips said:

    @Ssmidge said:
    My mediocre list of self-hosted programs:

    • Omada Controller (We love TP-Link!)

    Docker, or regular install?
    (I installed deb on Ubuntu 20.04, it doesn't say if 22.04 or Debian 11 would work.)

    I'm hosting it in a Docker container but I ran it shortly on Ubuntu 20.04 a couple months ago

  • havochavoc OGContent Writer

    Anybody using k8s for this? Or all docker/compose?

  • @havoc said:
    Anybody using k8s for this? Or all docker/compose?

    Before I was using k8s for everything with clusters in Hetzner Cloud created with my own tool (https://github.com/vitobotta/hetzner-k3s), but for non critical stuff it's cheaper to use virtual servers elsewhere and simpler with docker compose.

    404 Error: Signature Not Found

  • @Ympker said: local gameserver soon.

    For those with a Raspberry Pi: quake on LAN and its Berryboot image.

    Thanked by (1)Ympker
  • @Ssmidge said:

    • Omada Controller (We love TP-Link!)

    Docker, or regular install?
    (I installed deb on Ubuntu 20.04, it doesn't say if 22.04 or Debian 11 would work.)

    I'm hosting it in a Docker container but I ran it shortly on Ubuntu 20.04 a couple months ago

    Cool, which image? B)

  • @havoc said:
    Anybody using k8s for this? Or all docker/compose?

    Intent is to use K8s but right now am learning the Podman underpinnings.

  • This is shaping up to be the LES version of awesome_selfhosted, only better. Thank you for this thread vitobotta.

  • My updated list:

    • Plausible Analytics (Website analytics)
    • Wastebin (pastebin)
    • Mastodon (social)
    • Mastodon crossposter (to cross post between Mastodon and Twitter)
    • Actual Budget (budgeting)
    • DynaBlogger (my blogging platform, which I will open source soon)
    • Change Detection (to be notified about changes to websites)
    • Seafile (file syncing and sharing)
    • Commento (commenting app for my blog)
    • Gitea (source code hosting)
    • Kutt (URL shortner)
    • Collabora Online (to edit office documents in the browser via Seafile)
    • PostFactum (an app I am building for retros)
    • Wallabag (to save articles to read later)
    • PicoShare (simple file sharing)
    • OpenSpeedTest (speed test for Internet connection)
    • Docker registry + UI (container images hosting)
    • Planka (project management)
    • Roundcube (webmail)
    • YoPass (to securely share secrets)
    • RustDesk (Remote Desktop)
    • Bookstack (wiki)

    I spent quite a bit of time transforming all of my notes in a well organized wiki with Bookstack. It's a really nice app! I still keep a couple of notes' copies on my computer about setting up servers and related stuff, in case I need to set up a server and bookstack is temporarily unavailable.

    Does anyone know a nice app to monitor releases on Github and Docker Hub? I tried Alerthub but it seems buggy and doesn't have a UI.

    @saibal said:
    This is shaping up to be the LES version of awesome_selfhosted, only better. Thank you for this thread vitobotta.

    Glad you find it useful!

    Thanked by (2)loay ehab

    404 Error: Signature Not Found

  • @flips said:

    @Ssmidge said:

    • Omada Controller (We love TP-Link!)

    Docker, or regular install?
    (I installed deb on Ubuntu 20.04, it doesn't say if 22.04 or Debian 11 would work.)

    I'm hosting it in a Docker container but I ran it shortly on Ubuntu 20.04 a couple months ago

    Cool, which image? B)

    I'm using this one

    Thanked by (1)flips
  • @vitobotta you making your own docker images?

  • edited February 2023

    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

  • @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Give shiori a try https://github.com/go-shiori/shiori

  • YmpkerYmpker OGContent Writer
    edited February 2023

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Fwiw I use "hosted" solution archive.org for my term papers some times. You can even save your saves to your account to quickly find them again. I don't see them disappearing any time soon either.
    If I misunderstood and wallabag isn't smth like Archive then nvm :D

  • @dosai said:

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Give shiori a try https://github.com/go-shiori/shiori

    Shiori seems like a Bookmark Manager only, nlt archiver.
    I find raindrop.io is quite okay but it is nor self hosted.

    @Ympker said:

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Fwiw I use "hosted" solution archive.org for my term papers some times. You can even save your saves to your account to quickly find them again. I don't see them disappearing any time soon either.
    If I misunderstood and wallabag isn't smth like Archive then nvm :D

    Yes, you are right. I need something like archiver.
    Can my archive set as private?

  • @Fritz said:

    @dosai said:

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Give shiori a try https://github.com/go-shiori/shiori

    Shiori seems like a Bookmark Manager only, nlt archiver.
    I find raindrop.io is quite okay but it is nor self hosted.

    I'm guessing you read the description from the repo. It is just like wallabag and can archive links and not just a bookmark tool. I'm running an instance.

  • YmpkerYmpker OGContent Writer

    @Fritz said:

    @dosai said:

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Give shiori a try https://github.com/go-shiori/shiori

    Shiori seems like a Bookmark Manager only, nlt archiver.
    I find raindrop.io is quite okay but it is nor self hosted.

    @Ympker said:

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Fwiw I use "hosted" solution archive.org for my term papers some times. You can even save your saves to your account to quickly find them again. I don't see them disappearing any time soon either.
    If I misunderstood and wallabag isn't smth like Archive then nvm :D

    Yes, you are right. I need something like archiver.
    Can my archive set as private?

    I think all collections and saved articles are technically accessible by anyone who is browsing their site. However, that of course doesn't mean everyone is looking for the 64mb ram natvps article you saved. Also, what's the harm if the tutorials you were going to save can also be accessed by other people. Shouldn't be a problem I assume :)

  • @dosai said:

    @Fritz said:

    @dosai said:

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Give shiori a try https://github.com/go-shiori/shiori

    Shiori seems like a Bookmark Manager only, nlt archiver.
    I find raindrop.io is quite okay but it is nor self hosted.

    I'm guessing you read the description from the repo. It is just like wallabag and can archive links and not just a bookmark tool. I'm running an instance.

    Do you mean it will also include the contents and pictures as well?

    @Ympker said:

    @Fritz said:

    @dosai said:

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Give shiori a try https://github.com/go-shiori/shiori

    Shiori seems like a Bookmark Manager only, nlt archiver.
    I find raindrop.io is quite okay but it is nor self hosted.

    @Ympker said:

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Fwiw I use "hosted" solution archive.org for my term papers some times. You can even save your saves to your account to quickly find them again. I don't see them disappearing any time soon either.
    If I misunderstood and wallabag isn't smth like Archive then nvm :D

    Yes, you are right. I need something like archiver.
    Can my archive set as private?

    I think all collections and saved articles are technically accessible by anyone who is browsing their site. However, that of course doesn't mean everyone is looking for the 64mb ram natvps article you saved. Also, what's the harm if the tutorials you were going to save can also be accessed by other people. Shouldn't be a problem I assume :)

    Will CF managed challenge block their agents?

    Maybe this is the problem with Wallabag crawler/Agent.

  • YmpkerYmpker OGContent Writer
    edited February 2023

    @Fritz said:

    Will CF managed challenge block their agents?

    Maybe this is the problem with Wallabag crawler/Agent.

    You would have to test that. Sometimes saving fails, but it's on a page by page basis (at least for me).
    About 5% of pages I tried to save failed, I guess.

  • @tjn said:
    @vitobotta you making your own docker images?

    For some apps that I work on yes

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    I couldn't find another one that saves the actual content so I am still using Wallabag

    @dosai said:

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Give shiori a try https://github.com/go-shiori/shiori

    I tried it but it doesn't save the content, only metadata

    Thanked by (1)tjn

    404 Error: Signature Not Found

  • @vitobotta said:

    @tjn said:
    @vitobotta you making your own docker images?

    For some apps that I work on yes

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    I couldn't find another one that saves the actual content so I am still using Wallabag

    @dosai said:

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Give shiori a try https://github.com/go-shiori/shiori

    I tried it but it doesn't save the content, only metadata

    Whenever I open an article from shiori, it displays like -

    I went back to the directory /data/shiori to see if stored the data but to my surprise it is empty. I have saved couple of heavy links with text and images.

  • @dosai said:

    @vitobotta said:

    @tjn said:
    @vitobotta you making your own docker images?

    For some apps that I work on yes

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    I couldn't find another one that saves the actual content so I am still using Wallabag

    @dosai said:

    @Fritz said:
    Anyone knows alternative to Wallabag?

    Cannot fetch contents from some sites.
    I like to archive some tuts out there.

    Give shiori a try https://github.com/go-shiori/shiori

    I tried it but it doesn't save the content, only metadata

    Whenever I open an article from shiori, it displays like -

    I went back to the directory /data/shiori to see if stored the data but to my surprise it is empty. I have saved couple of heavy links with text and images.

    when I tried it it only saved the url and some metadata

    404 Error: Signature Not Found

  • This list is quite good:
    https://github.com/awesome-selfhosted/awesome-selfhosted

    (I think it's been shared here before, maybe.) B)

    Thanked by (1)Ympker
Sign In or Register to comment.