falcon15500

@falcon15500@lemmy.nine-hells.net
2 Post – 37 Comments
Joined 1 years ago

So for Linux that would be ext4.

It's worth noting that the default file system varies by distro - there is no 'Linux' default. For example, RHEL et al use XFS as the default.

8 more...

Depending upon how many users you are looking to host, Lemmy instances are not very taxing. Most instances are on quite modest hardware.

11 more...

Not very helpful.

2 more...

leader of the free world

Pffft.

Check out the following link - I am pretty sure its what I used to get it all working.

https://3os.org/infrastructure/proxmox/gpu-passthrough/igpu-passthrough-to-vm/

3 more...

It's not distributed architecture as you normally think it - it's a decentralised federation. It's an important distinction from your typical distributed architecture app.

2 more...

Personally I would lean towards finding out why its borking with SELinux and fixing that. It really shouldn't be too hard. As others have mentioned it may be as simple as how you are mounting volumes into your containers - or it could be changing the SELinux context type for some files.

binhex/arch-qbittorrentvpn

Podman rootless, using quadlets for systemd services. :D

Another vote for smtp2go - free plan allows up to 1000 emails per day.

Because of this thread, I signed up to healthchecks.io and configured it with gotify - similar to ntfy, I guess. Have a cron job checking my Lemmy instance is returning 200 every 15 minutes and then pinging healthchecks.

2 more...

Why do you think that google, Microsoft and Amazon never got into the infrastructure business before?

Amazon was in the infrastructure business well before containers were the "big thing".

You can't change it yourself? When I taught my kids to drive, I also made sure they knew how to change a tyre.

5 more...

Random guy here saying I've built arm64 v0.17.4...

Available on docker hub search for mpatton.

Looks really good. I did it pretty much the same way, myself - but if I were looking to start again, I would definitely use this.

Edit: Ran it on a fresh AWS Ubuntu instance and it worked perfectly fine.

4 more...

I like how K-9 hooks directly into OpenKeychain for encryption. Does Fairemail do that?

Sorry... I am not understanding fully, I think. So you want to see if posts on your self-hosted instance will propagate to other instances? In this case, only if someone on the other instance has searched for your community.

2 more...

Hey, sorry for the late reply. I am running rootless using a dedicated user, so I use systemctl --user to control the container. From what I understand, when running rootless the root user inside the container correlates to the outside user (which is running the container), in terms of permissions. The external directories I bind mount into the container as externally owned by my dedicated user, so that the root user inside the container owns them (inside the container).

Are you doing rootless or rootfull podman? I am doing rootless and I have the following in my radarr container - PUID=0 PGID=0

1 more...

I am using Calibre-Web mostly - but I have run into issues with thumbnail generation after my collection hit around 500000 books. I am just over 600000 now, but a large swathe don't have thumbnails unless I do a manual metadata search. I should probably look for an alternative, but at this point I CBF.

No madness. I know it works natively. I also know it works perfectly well with a rootfull container.

All of my other applications are running in containers and having Plex also run in a container would simplify my overall architecture and recovery, should I need to replace the host.

I'm doing that. 4 core arm instance with 24GB ram. It's on a paid account but using free tier.

I built my own arm64 v0.17.4 docker image. It's available on docker hub:

mpatton/lemmy:0.17.4-linux-arm

mpatton/lemmy-ui:0.17.4-linux-arm

What are you using as your reverse proxy?

From the docs / troubleshooting:

"Also ensure that the time is accurately set on your server. Activities are signed with a timestamp, and will be discarded if it is off by more than 10 seconds."

A bunch (47 containers at present)... Won't list them here as its kind of redundant with what a lot of other people are running. My latest is Lemmy (lemmy.nine-hells.net).

I am not 100% surprised they refuse to do it for new accounts. If you have an account that has been with them for a while, they most likely would open it.

Problem with SES is that you start sandboxed and can only deliver to specific email addresses - which obviously won't work here.

I didn't bother, as I was just testing. But you are right, port 25 outbound is blocked by default. They have a defined process for you to ask for it to be unblocked and you have to tell them what you are using it for and how you are preventing spam from being sent. In this case it might be enough to say that you aren't allowing port 25 inbound, so it can't be used as an open relay.

2 more...

Yeah it looks pretty slick but not so much slicker than Frigate that I will pay to be in the beta. :)

Yeah you are right - they aren't required. Not sure what it could be.

Distrobox ftw

Yeah this was it. Disabled rocket and it now works fine.

Yes I bet this is it. I'll disable and test. Thanks for the heads up!

Thanks for these. It's good to see someone else building them!

I have the same problem using your 0.18.3 lemmy-ui image as I do when I build it - it just doesn't seem to work on my instance. None of the feed loads up and the selector buttons don't either.

Is it working for you?

4 more...

Your email block doesn't have any login details? Or did you remove them to post here? I think both the smtp_login and smtp_password are required.

1 more...

It says it is "a" standard file system - not "the" standard. Very different things.

Thumbnails are stored locally, I believe.