- 7 Posts
- 62 Comments
WeirdGoesPro@lemmy.dbzer0.comto
Selfhosted@lemmy.world•What is your cloud backup solution?English
2·18 days agoPro tip—there is a docker container that simulates windows with Backblaze in it so you can use the unlimited plan in Linux.
WeirdGoesPro@lemmy.dbzer0.comto
Selfhosted@lemmy.world•What is your cloud backup solution?English
4·18 days agoI use Backblaze personal backup for $9 per month with unlimited storage. I’ve backed up many terabytes without an issue.
WeirdGoesPro@lemmy.dbzer0.comto
Selfhosted@lemmy.world•36 apocalypse and the truth about prince andrewEnglish
91·5 months agoHi Chris.
WeirdGoesPro@lemmy.dbzer0.comto
Selfhosted@lemmy.world•self-hosted image hosting like Imgur?English
11·6 months agodeleted by creator
WeirdGoesPro@lemmy.dbzer0.comto
Selfhosted@lemmy.world•Looking for a simple personal homepageEnglish
5·1 year agoGhost Blog. Open source, flexible, loads of potential uses, works every time.
WeirdGoesPro@lemmy.dbzer0.comto
Selfhosted@lemmy.world•TOR asking to run snowflake to help Iranians with internet accessEnglish
2·1 year agoYou are correct, they have infiltrated exit nodes, but it is still one of the most secure privacy tools available. If you are Al Quaeda, don’t use tor. If you are an average person preserving their privacy or subverting censorship, use tor.
WeirdGoesPro@lemmy.dbzer0.comto
Selfhosted@lemmy.world•TOR asking to run snowflake to help Iranians with internet accessEnglish
21·1 year agoSo you read some articles but don’t have an understanding of what the weaknesses are? That doesn’t seem like a solid foundation to form an opinion on.
WeirdGoesPro@lemmy.dbzer0.comto
Selfhosted@lemmy.world•3-2-1 Backups: How do you do the 1 offsite backup?English
7·1 year agoMy ratchet way of doing it is Backblaze. There is a docker container that lets you run the unlimited personal plan on Linux by emulating a windows environment. They let you set an encryption key so that they can’t access your data.
I’m sure there are a lot more professional and secure ways to do it, but my way is cheap, easy, and works.
WeirdGoesPro@lemmy.dbzer0.comto
Selfhosted@lemmy.world•Need help with SearXNG installationEnglish
5·1 year agoMaking it pseudo-public and not using docker would be a mistake, in my opinion. Anything public-ish can benefit from the extra security of docker’s sandboxing.
It will also make it much easier to run things through a VPN with Gluetun—something you definitely want to do if you have strangers using your SearXNG instance.
You should really consider a container of some kind.
This. ProxMox will save you many times over while you are learning. It makes it so easy to backup and restore, try out new projects in a sandbox, and much much more.
I credit ProxMox with making me bolder about what I wanted to accomplish and having the courage and time to take risks while knowing I could always restore from backup in an instant.
I have about 60TB in mine. Media, man. Collecting is addictive.
WeirdGoesPro@lemmy.dbzer0.comOPto
Selfhosted@lemmy.world•Streaming Setup on a VPS with OBS, MistServer, and TailscaleEnglish
2·2 years agoI’m basically trying to do exactly what you are describing in your first paragraph. As I understand it, OBS Studio wants the camera directly connected to the device it is on, and MistServer allows it to be remotely connected from a different device on the local network. I’m trying to use Tailscale to create a local-ish network environment.
I haven’t heard of Dararhei before—I will definitely investigate that to see if it is a better solution than MistServer. From a cursory look, it seems like they basically do the same thing.
WeirdGoesPro@lemmy.dbzer0.comOPto
Selfhosted@lemmy.world•Streaming Setup on a VPS with OBS, MistServer, and TailscaleEnglish
9·2 years agoBecause OBS studio allows me to have more control of the stream, do overlays on the screen, etc. I need to remotely connect to that software, and then it broadcasts it to Kick, YouTube, etc.
If I stream directly, then it will cut the stream if I lose cell connection, which is likely at times in Mexico, and I will basically be stuck to streaming on one service at a time.
The other advantage of having overlays with my username is that it will help people find me if I get clipped and put on YouTube by viewers.
This is an example of a service that does what I’m trying to do, but I’m trying to do the same thing for much cheaper:
WeirdGoesPro@lemmy.dbzer0.comOPto
Selfhosted@lemmy.world•Streaming Setup on a VPS with OBS, MistServer, and TailscaleEnglish
11·2 years agoBruh, pirate? I’m talking about a livestream. A livestream of me that I will broadcast to an audience. Totally legal, no copyright—my original content.
WeirdGoesPro@lemmy.dbzer0.comOPto
Selfhosted@lemmy.world•Streaming Setup on a VPS with OBS, MistServer, and TailscaleEnglish
3·2 years agoCare to give me a hint?
I use Tailscale, and it has been flawless for me. I use Nginx on a VPS to expose some services, and then keep the rest behind the Tailscale network so only I can access them.
It’s been so perfect that I can’t imagine doing it any other way for my needs.