jws_shadotak

joined 1 year ago
[–] [email protected] 12 points 1 week ago

Not for longevity. Oracle can shut it off in a blink for no reason

[–] [email protected] 3 points 2 weeks ago

I know a VPS is a simple thing in theory but sometimes it's a lot for a beginner.

A VPS paired with Docker may also unintentionally expose something not meant for the outside world due to it ignoring iptables and ufw

[–] [email protected] 5 points 2 weeks ago

Open MicroWave (Morrowind)

Stardew Valley

[–] [email protected] 26 points 1 month ago (7 children)

A reputable VPN, preferably with port forwarding (I use AirVPN, $5/mo and I have no problems with it.)

A Usenet provider and indexer (Newshosting is reasonable; nzbgeek offers a lifetime subscription)

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

I set up Authentik for some of my services and it works.

The setup really threw me off but I powered through learning it. It's a strange UI and process.

Basically you set it up with Nginx or Caddy or whatever reverse proxy you use. Your reverse proxy points to Authentik and Authentik takes that link and checks for authorization first. If not authorized, prompt login. If authorized, pass on to the subdomain or whatever it is.

To do all this, you'd need a domain.

[–] [email protected] 5 points 1 month ago* (last edited 1 month ago)

Love my Racknerd VPS.

Edit: Some deals here

[–] [email protected] 1 points 1 month ago

Opera music

[–] [email protected] 4 points 1 month ago (1 children)

I think any issues would show in "other"

[–] [email protected] 4 points 1 month ago (6 children)

Just hide it in your OS notification settings

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

It can be done with adb:

https://r1.community.samsung.com/t5/galaxy-s/how-to-delete-samsung-gallery-and-use-just-google-photos/m-p/7147930/highlight/true#M77865

You can if you use adb shell:

Developer Options > USB debugging turned on CMD prompt > adb devices Allow connection from the PC prompt on phone

Then add shell pm uninstall --user 0 com.sec.android.gallery3d

This will remove Gallery, BUT... The stock camera will not allow you to view the pic after you take it (it will show up in Google Photos still)

To restore the above removed app:

cmd package install-existing com.sec.android.gallery3d

 

I have a couple things set up:

The configuration:

  • DNS points to my IP
  • Nginx configured to point to Authentik for the metube subdomain
  • Authentik configured to point to the correct containers after authenticating

What I'm experiencing:
Upon initial login to Authentik, MeTube works correctly. Restarting or closing the browser causes MeTube to fail to connect to the server until I clear cookies and re-authenticate (see picture). Accessing MeTube by its port on the host IP works fine. All other services connect fine.

Does anyone know what is causing this?

Related note - I've seen MeTube do this before when the container wasn't even running. I think it has something to do with how much info the container caches in the browser or something.

 

Setup:

Debian running podman. Containers and compose files are managed with Dockge. qBit and Gluetun are on a single compose file and all qBit traffic is routed through Gluetun.

qBit seems to starts first before Gluetun is fully set up and qBit doesn't see the open port. Every time I start them together, I have to manually restart qBit again once Gluetun is ready. Once it's restarted, it shows as open and connected again.

I tried looking for ways to delay startup in a compose file but I didn't get any results.

Is there a solution to this?

https://pastebin.com/kgqt8aJ7

 

I'm planning out my next homelab when I move soon. I have the floor plans and it looks like the best place for my computer is not centrally located, so the Wi-Fi won't be ideal. I'd like to run the cables a short distance so the router would be in a better spot.

I'm just renting and will likely only be here for a year so I don't want to do any drilling. I just want to secure the cables somehow to the crease where the wall and ceiling meet.

The total length will only be about 20 feet to the router.

 

title

I just want to toggle the alternative speeds while Plex is streaming outside my house. I couldn't find anything while looking around except for some old scripts that haven't been updated in years.

 

Is there already something like this? I'm using Duplicati and a cloud storage provider to back up all my docker configs. It encrypts everything before uploading.

Is there anything similar to this that acts as a seamless interface for cloud services, but with user encryption added in between? Not so much for a backup plan but just for regular cloud storage?

 

I'm just a novice at self hosting and I see a lot of talk about the risks of exposing stuff to the world. Here's my setup:

-Rpi4 hosting Overseerr
-Desktop computer hosting Nginx and some Cloudflare DDNS update containers

Cloudflare directs request.domain.com to my home IP address. Nginx forces HTTPS and directs the request to the Pi.

Is there any risk in this setup or are there more steps I can take to secure it?

view more: next ›