deleted by creator
Served in the Krogan uprisings. Now I run a podcast
- 2 Posts
- 245 Comments
JoeKrogan@lemmy.worldto
Technology@lemmy.world•Apple Joins Google in Offering Passport-Based Digital IDEnglish
22·15 days agoQueuing up for the next iphone
JoeKrogan@lemmy.worldto
Technology@lemmy.world•Hackers can steal 2FA codes and private messages from Android phonesEnglish
125·1 month agoDont install random shit and if possible have a phone just for 2fa
JoeKrogan@lemmy.worldtohomelab@lemmy.ml•Just got proxmox working, thread decides what I do with it.
1·4 months agoTor relay ?
Dont buy them for them. Kids have no money unless you give it to them
Well i have the rp as i only want one port exposed. I have separate networks per service too to isolate things. Only the things that need to talk to each other can.
My stuff is only accessible on the lan and via the vpn and even then only certain ips have access to certain things.
In your case it might be different , but generally a reverse proxy is better as you can have a single point of access to secure and you are not exposing all of your ports to the host or the internet.
JoeKrogan@lemmy.worldto
Linux@lemmy.ml•What are some cool things to put on a 32gb flashdrive?
61·4 months agoCopies of important documents or photos you cant afford to lose. Then leave it in a safe place. Encrypt it if you like.
JoeKrogan@lemmy.worldto
Selfhosted@lemmy.world•Self-hosted blog - do I need a static IP address?English
1·4 months agoYou can use a ddns such as duckdns or host on github pages with jekyll or something
JoeKrogan@lemmy.worldto
Selfhosted@lemmy.world•Your favourite piece of selfhosting - Part 1 - Operating SystemEnglish
5·4 months agoDebian on the host and everything else in containers
I have the arr stack connected to gluetun doing its thing and then wireguard on the host. I only expose my reverse proxy to the host and can connect to the services through that.
Note the networks below, vpn_net allows it to talk to the gluetun network which has the other stuff. The gluetun and arr stuff are in a separate compose file that defines the network. Then the non vpn stuff connects to that network when it comes up
nginx: image: nginx:1.25.4-alpine-slim container_name: nginx restart: always volumes: - /etc/letsencrypt/:/etc/letsencrypt/ - ./nginx/nginx.conf:/etc/nginx/nginx - ./nginx/conf/:/etc/nginx/conf.d/:ro - ./nginx/htpasswd:/etc/apache2/.htpasswd:ro - /var/log/nginx:/var/log/nginx/ - ./www/html/:/var/www/html/:ro - ./content/Movies:/var/www/media/Movies:ro - ./content/Shows:/var/www/media/Shows:ro ports: - 443:443 security_opt: - no-new-privileges networks: - reverse-proxy_service1 - reverse-proxy_serviceN - vpn-stack_vpn-net depends_on: - service1 - serviceN
JoeKrogan@lemmy.worldto
Technology@lemmy.world•Microsoft saved $500 million using AI — after slashing over 15,000 jobs in 2025English
4·4 months agoAnd when a competitor arises they just buy them and repeat the process
JoeKrogan@lemmy.worldto
Selfhosted@lemmy.world•What are the advantages/disadvantages of the different backup solutions?English
1·5 months agoI do monthly backups with cron and tar and syncthing for my containers.
I do quarterly backups of my server (14TB) to external USB HDDs. This is done via a script that mounts the drives, runs rsync to copy, then unmounts the drives again and emails me when it is done. I dont bother encrypting them as it ia mainly just media.
JoeKrogan@lemmy.worldto
Nintendo@lemmy.world•FBI Seizes Major Nintendo Switch Piracy WebsiteEnglish
25·5 months agoNSW2U.com is the site
JoeKrogan@lemmy.worldto
Technology@lemmy.world•Goldman Sachs is piloting its first autonomous coder in major AI milestone for Wall StreetEnglish
3·5 months agoGive it a project tender and lets see how it does
JoeKrogan@lemmy.worldto
RetroGaming@lemmy.world•*Now you're playing with power!*English
6·5 months agoTransformers… Robots in disguise
JoeKrogan@lemmy.worldto
Nintendo@lemmy.world•Physical Collectors "Should Plug In" Switch, 3DS And Vita Game Cards "Every 5-10 Years" To Avoid Data LossEnglish
23·5 months agoSharing helps avoid data loss
Can’t extract the data if you don’t have the account .


Lowest barrier to entry