thisisawayoflife

joined 1 year ago
[–] [email protected] 8 points 8 months ago

yt-dlp and PeerTube.

[–] [email protected] 5 points 8 months ago

Systems with exposed SSHd, but also properly configured, are also not at risk.

[–] [email protected] 12 points 8 months ago

OS/2 was the first multitasking operating system I ever used. Ran my RemoteAcces BBS on it. I might have to do a site backup just to be nostalgic.

[–] [email protected] 1 points 8 months ago

I was thinking more along the lines of Megasquirt, but for a printer.

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

We need a properly-open sourced printer at this point.

[–] [email protected] 8 points 8 months ago

Not enough info. Those are two different things.

[–] [email protected] 13 points 8 months ago* (last edited 8 months ago) (6 children)

It's an entirely closed source, proprietary codebase, run by a for-profit company where you have little control over anything. These corporations don't care about actual users and they will leave you high and dry. There is a reason people still use IRC - it's open, easy to connect to and has been around for literal decades. Remember CompuServe? AOL? AIM? ICQ? Google Chat shutting it's doors to xmpp? If so, you understand the pattern. It's about walled gardens and blocking interoperability. The industry doesn't need more of that. We are chatting on an open source link aggregation site because bean counters at Reddit decided to shut off APIs to existing apps arbitrarily.

The matrix stack solves most of those problems by providing an open source codebase and protocol, easy to connect to solution that is akin to Slack. I am fortunate enough to not have to use discord much beyond checking on a class schedule and downloading some sheet music, so I will never be a discord power user. Maybe some there is crazy awesome feature that discord provides that no open source platform does, but I have some serious doubts about that.

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

Matrix stack would be the 21st century equivalent. Discord is just another Skype - entirely a proprietary product that you don't operate yourself. Fine for corporate use where people don't care about longevity because it's not their problem or interest, but trash for everything else.

[–] [email protected] 1 points 8 months ago

Kotlin is the wave of the future. I still use Java, but I'm transitioning into using Kotlin for backend services. The devs are my work have been moving the app codebase to Kotlin for a couple of years (over a million lines) and it's pretty nice. You reduce a lot of boilerplate and the code can be a bit more dense.

[–] [email protected] 1 points 8 months ago

I remember using 2k for a long time, after the laughably unstable previews where mice would go crazy. I don't remember exactly what the tool was called, but I was an MCSE back then and had the big binder of MS discs, so I would build my own windows ISOs with a bunch of the built in drivers stripped out and slip stream other packages like Firefox in. Would end up with core installs of only a few hundred MBs. Did the same with XP when it came out, but I started daily driving Ubuntu around 2004 and I left Windows behind for the most part with the exception of work.

I'm sure battery life is still better with Windows, but it's not enough to make me want to go back to it, I'd probably pick up a Mac before that happens.

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago)

Here you go:

https://pastebin.com/f5tL7xwx

There could probably be some additional refactoring here, but it works for my setup. I'm using default nginx paths, so they probably look different than other installs that use custom stuff like /var/www, etc.

Use it by putting it in a shell script, make it executable, then call it:

sudo scriptName.sh 28.0.1

Replace the version with whatever version you're upgrading to. I would highly recommend never upgrading to a .0, always wait for at least a .1 patch. I left some sleeps in the when I was debugging a while back, those are safe to remove assuming it works in your setup. I also noticed some variables weren't quoted, I'm not a bash programmer so there's probably some consistency issues that could be addressed if someone is OCD.

 

What is everyone doing? SELinux? AppArmor? Something else?

I currently leave my nextcloud exposed to the Internet. It runs in a VM behind an nginx reverse proxy on the VM itself, and then my OPNSense router runs nginx with WAF rules. I enforce 2fa and don't allow sign-ups.

My goal is protecting against ransomware and zerodays (as much as possible). I don't do random clicking on links in emails or anything like that, but I'm not sure how people get hit with ransomware. I keep nextcloud updated (subscribed to RSS update feed) frequently and the VM updates everyday and reboots when necessary. I'm running the latest php-fpm and that just comes from repos so it gets updated too. HTTPS on the lan with certificates maintained by my router, and LE certs for the Internet side.

Beside hiding this thing behind a VPN (which I'm not prepared to do currently), is there anything else I'm overlooking?

 

Anyone done this? Got a set of repeatable instructions? My understanding is that the root docker image needs to switch from alpine to ubuntu and that hasn't happened yet.

 

How do you configure your webfingers to support multiple subdomains that host AP services?

Edit: looks like someone filed this issue. If you have a GitHub account, please thumbs up/bump it!

https://github.com/pixelfed/pixelfed/issues/3563

 

How does this work? How do you host pixelfed.domain.com and mastodon.domain.com together in the same domain, with queries for "@[email protected]" to the webfinger host path?

I'm other words, how does the querying application know which resource it needs? How do you know that a pixelfed instance will get the pixelfed resource versus the mastodon resource?

view more: next ›