shaked_coffee

joined 1 year ago
[–] [email protected] 77 points 4 months ago (21 children)

Anyone willing to summarize those mistakes here, for those who can't watch the video rn?

[–] [email protected] 77 points 4 months ago* (last edited 4 months ago) (13 children)

Who else thinks we need a sub for that?

(sublemmy? Lemmy community? How is that called?)

[–] [email protected] 3 points 5 months ago (1 children)

Then I would suggest you to take a look at Reverse Proxies, which are programs that let you publicly expose different services hosted on the same computer under different (sub)domains.

The easiest to start with (and also probably the one that better fits your needs) afaik is NGINX Proxy Manager, which can be set up really easily using docker, and you can find plenty of tutorials online (here is one I watched when I was starting to look into docker and selfhosting, it's a bit old but should still be valid).

If after having set up that you will to thinker around it a little bit and dive a bit deeper, there's also Traefik which is pretty cool and also has a lot of materials to learn online.

I don't remember if the video I linked mention it or not, but to use a reverse proxy to expose your services on the web you will first need to set up a dynamic dns (probably the easiest way is to use Cloudflare) or to ask your ISP for a static IP, then go into your routers settings and find the Port Forwarding section where you should tell your routers to send all the incoming traffic from ports 80 (HTTP) and 443 (HTTPS) to the local IP of your server. And then you should be ready to use spin up Nginx Proxy Manager or Traefik on your server.

(idk if I was clear or not but I swear it's easier that how it seems ahah)

[–] [email protected] 3 points 5 months ago (3 children)

Is immich the only service you want to expose? And did you installed it using docker or directly on your system?

[–] [email protected] 5 points 7 months ago (1 children)

The closest thing to a Discord server Matrix-wise are Spaces, which basically are groups of Rooms that people can join by invite (and maybe by link? But not sure)

I see in Matrix as a protocol great potential but it needs some more projects that will focus on the different aspects of communication.

Element cannot aim to be both a WhatsApp replacement, a Slack replacement and a Discord replacement, but for sure 3 different alternatives for those services can be built all using the Matrix protocol

[–] [email protected] 18 points 7 months ago

This!

Discord was great and I'm pretty sure that some projects will take its place (like Revolt maybe that others are mentioning) but PLEASE FOSS PROJECT JUST USE AN INDEXABLE FORUM like Discourse, so that people don't have to signup and enter a server for each project they use!

[–] [email protected] 12 points 7 months ago (2 children)

I guess that with discord (and many other non-foss free projects) the problem is that they start as free and then wanted to start to make money at a later stage.

For-profit software and companies are not necessarily bad, but they are bad when they take their existing software and start radically changing it for the sake of making more money.

If for example discord always had some features just for Nitro users and others for everyone, and those features (and the nitro price) would have always stayed the same it would have been much better

[–] [email protected] 18 points 7 months ago

It can be a bit overkill for your use case if you only need to stream the USB media on your tv, but take a look at Jellyfin, it's a program you can install on any PC and as long as this is up and running on the same network you can access your media on that PC (in your case with the USB plugged in) from any other device (TV, other PCs, Tablets, smartphones)

[–] [email protected] 6 points 7 months ago

Still haven't looked into podman properly, but docker is much easier to learn because as you said there's a lot more material available online. I'd say start with Docker, and if in the future you will find out podman better fits your needs you can always switch (they should not be that different)

[–] [email protected] 17 points 7 months ago

Matrix is a communication protocol, such as IMAP+SMTP communication protocols that are behind emails. This means that the "communication stack" when you use Matrix, as well as when you use emails, can be summarized in 3 parts:

  • the client (the app you use to chat, such as Apple Mail or Outlook for emails, Element or FluffyChat for Matrix)
  • the provider (who is offering you the service, such as gmail.com or yahoo.com for email, matrix.org or chat.mozilla.com for Matrix)
  • the server (the app that your provider runs to let you chat, for emails all most famous providers have their own proprietary servers, for Matrix the two main options for server are Synapse or Dendrite)

I haven't read the article properly yet, but from what I've understand for now it seems Commune.sh aims to build a new client for Matrix that reproduces the layout and features of Discord, while at the same time being based on an open communication protocol and therefore having all its related benefits.

Seems pretty promising, I'm gonna keep an eye of it 👀

[–] [email protected] 5 points 7 months ago (1 children)

Ahah dw, it happened to me as well and to be fair the OCI UI for opening ports is not the most intuitive piece of software I've seen...

[–] [email protected] 2 points 7 months ago

Currently using Infomaniak.com and I'm really liking it. They are a bit pricy compared to other registrars but

  • they have solid privacy policy
  • their servers use renewable energy
  • they let you set up DDNS with a simple bash script
  • they offer some cool email and kSuite benefits with the purchase of a domain
 

I’m finally moving my selfhosting experiments from a VPS to a physical machine in my house but, since I don’t have a static IP address, I opted to use the dynamic dns service offered by Cloudflare.

On their official website I’ve seen suggested ddclient but I haven’t find that much information on which labels should I add to set it up. Therefore, I’ve also found this docker image that seems pretty clean and easy to set up, but the video talking about it was of 3 years ago and I’ve seen that the github repository has been archived last year…

Which option (not necessarily among the two above) do you prefer to set up your Dynamic DNS with Cloudflare? (I don’t know if this can be an important information to add or not, but the Linux server I’m using is running NixOS)

 

My team wanted to start using Trello to better organize the work we have to do and, since I believe it's much easier to start using foss software from the beginning rather then switching to it after years of using something else, I wanted to suggest now a different option, possibly selfhosted.

I've seen online that there is Focalboard that seems to be what we are looking for but I've seen it recently switched from being backed by mattermost team to be community-driven and I didn't found enough documentation on how to install it with docker on an arm server... Does anyone use it? Is it a good option or there are better ones? And if you're using it, could you help me spinning it up?

view more: next ›