asklemmy Asklemmy What's the cheapest online storage that you know of?
Jump
  • operator operator 12 months ago 80%

    If you're into SCP/FTP/Rsync/SMB check out Hetzner Storage Servers. About 3 € for 1 TB, including 10 snapshots

    3
  • selfhosted Selfhosted Do any of you use Raspberry Pi’s ?
    Jump
  • operator operator 12 months ago 100%

    Apologies accepted, seems like I missed something:)

    1
  • selfhosted Selfhosted Do any of you use Raspberry Pi’s ?
    Jump
  • operator operator 12 months ago 100%

    Thanks for the great sarcasm mate

    1
  • selfhosted Selfhosted Do any of you use Raspberry Pi’s ?
    Jump
  • operator operator 12 months ago 100%

    Using Pi's to run services in my homelab which I want to keep separate from my server (to have some sort of failover in case the server goes down). Status/Monitoring, VPN server and so on

    3
  • nostupidquestions No Stupid Questions Isn't OneDrive/Sharepiont the exact OPPOSITE of a shared drive?
    Jump
  • operator operator 12 months ago 100%

    That - good sir - is a very valid argument

    2
  • asklemmy Ask Lemmy What's a show that should've gotten cancelled or ended SOONER than it did?
    Jump
  • operator operator 1 year ago 100%

    Surprised I haven’t seen Prison Break yet. After season 3 it just went down

    7
  • Ukraine_UA Україна Ukraine Russian pilot who transferred to Ukraine calls on Russians to follow his example
    Jump
  • operator operator 1 year ago 100%

    Can someone explain how a Russian helicopter can land in UA airfield without being shot down/at? It's not like you can wave a white flag up there

    1
  • asklemmy Asklemmy What is smth toxic in a relationship you should not like but did/do?
    Jump
  • operator operator 1 year ago 100%

    Take care and watch out for yourself:)

    3
  • linux Linux Good luck, Flathub, with convincing companies to sell their software in your planned store 🤡.
    Jump
  • operator operator 1 year ago 100%

    Can someone please help me out? I don't get it

    This seems like the right way - informing users, those who don't care don't care with or without. I'd say that's fully withing the freedom philosophy

    35
  • piracy Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ Help Choosing OS for Plex Media Server
    Jump
  • operator operator 1 year ago 100%

    Interesting... I used to use Jellyfin about a year ago until it suddenly stopped working. Now with new equipment and infrastructure I gave it another shot. I think I have to stick with Emby for now... Thanks for your view!

    1
  • piracy Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ Help Choosing OS for Plex Media Server
    Jump
  • operator operator 1 year ago 50%

    I tried Jellyfin for a few days now and have to say I was absolutely displeased by the stability of the clients (except browser) and sloweness.

    Figured the bottleneck was somewhere else so decided to just try Emby with a 1-m pass. Emby works absolutely beautifully. No issues AT ALL regarding speed, transcoding, clients, or anything. I click the video a second later it’s up. Even through a VPN. Jellyfin frustrated me sometimes locally via LAN.

    However I still want to give Jellyfin a shot. Have you experienced similar?

    • both installed in docker on the same host with recommended but where applicable same config.
    0
  • privacy Privacy *Permanently Deleted*
    Jump
  • operator operator 1 year ago 100%

    Saved me about 15 mins thank you kind sir

    2
  • selfhosted Selfhosted Just wanted to share my new dashboard
    Jump
  • operator operator 1 year ago 100%
    1
  • selfhosted Selfhosted Just wanted to share my new dashboard
    Jump
  • operator operator 1 year ago 100%

    Looks smooth, I am running Homer (different to Homerr or others). Super easy to configure in yml and looks clean. No fancy features as weather however… or maybe haven’t found it ^^

    I do think I’ll give Homarr another try after looking at yours

    2
  • selfhosted Selfhosted How do you archive your e-mails? What format should the archive-files have? eml? mbox?
    Jump
  • operator operator 1 year ago 100%

    Interesting project! I’ll spin it up in the next couple of days and check it out

    1
  • technology Technology Elon Musk rebrands Twitter as X
    Jump
  • operator operator 1 year ago 100%

    The domain x.com, which Musk bought ages ago, also redirects to twitter

    13
  • technology Technology ChatGPT can now remember who you are and what you want
    Jump
  • operator operator 1 year ago 100%

    Also interested

    3
  • selfhosted
    Selfhosted operator 1 year ago 96%
    Docker & Databases. Stack or Individual?

    So I'm in the process of (re-) setting up my homelab and unsure about how to handle databases. Many images require a database, which the docker-compose usually provides inside the stack. Now my question, shall I have 1 database container which is accessed by all containers? Or shall I have a separate container for each service? For critical services, which shall have as few dependencies as possible I'm already using sqlite or a similar solution. Also on a sidenote: I have two docker hosts, can I let the containers of 1 hypervisors use the same internal docker network? TIA!

    25
    9
    selfhosted
    Selfhosted operator 1 year ago 58%
    Docker & Databases. Stack or Individual?

    So I'm in the process of (re-) setting up my homelab and unsure about how to handle databases. Many images require a database, which the docker-compose usually provides inside the stack. Now my question, shall I have 1 database container which is accessed by all containers? Or shall I have a separate container for each service? For critical services, which shall have as few dependencies as possible I'm already using sqlite or a similar solution. Also on a sidenote: I have two docker hosts, can I let the containers of 1 hypervisors use the same internal docker network? TIA!

    2
    1
    selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    Unfortunately not at the moment, as all is kinda fiddled and setup manually, but I’m redoing my home lab in a couple of weeks. Send me a message and I’ll send you the docker image or script!

    But basically I did the following:

    • enable ipv4 forwarding
    • configure and start VPN tunnel
    • set the default route to the tunnel
    • set the gw for reaching the remote vpn server to the local gw
    • sets routes for the local network to the local gw

    If your vpn goes down, the default route shall still point to the remote gw, but as it isn’t there you also have a kill switch. Voila!

    I am looking into gluetun but haven’t tried it yet.

    Edit: this doesn’t protect you from someone snooping the traffic inside your local net, but protects it starting from the point where it leaves the local vpngw. The traffic is unencrypted between that and your client.

    1
  • selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    That’s becoming interesting once I’m setting up a slaves for failover & local proximity ^^ looking forward to deep diving into it

    1
  • selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    Appreciate it!

    2
  • selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    That be amazing! I am currently not using anything (took down my homelab a while back) and planning on completely starting over fresh now.

    I am most likely going with unbound! So if you could, that be great!

    2
  • selfhosted Selfhosted Is moving to IPv6 worth it?
    Jump
  • operator operator 1 year ago 100%

    Thanks! That was really insightful. I guess I'll give it a try some day, for now everything runs in ipv4 and that runs well haha!

    2
  • piracy Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ Privacy-preserving metadata downloaders to use in jellyfin
    Jump
  • operator operator 1 year ago 100%

    How does the usenet work exactly?

    1
  • selfhosted Selfhosted Is moving to IPv6 worth it?
    Jump
  • operator operator 1 year ago 100%

    What were the biggest pains? What was surprisingly easier than expected?

    1
  • selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    What I'm doing is using a dedicated VPN Gateway container. The instances running delicate services have a static default route to the GW-container.

    This is an extra step, but allows me add easily route other services or clients or even whole networks through my VPN without additional setup or specialized containers bundling both.

    Wanna use it on the phone? Change the gateway address. Wanna use it from my Linux machine? Add a static default route. Etc...

    Works flawlessly!

    1
  • selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    Of course! So in order to get maximum speed on your services, you wanna use a direct internal route when you're inside your net. My understanding is, that when using an external cloud VPS with a proxy, local clients go through unnecessary routing..

    Local request --out--> external VPS (proxy) --request data from internal--> receive data on external proxy --send back--> local client

    So what I am saying, all requests are unnecessarily routed through the external VPS. So one would have to create an exact duplicate reverse proxy internally to avoid leaving the net. When accessing domain.com, the internal DNS returns the local proxy IP, when outside you receive the cloud VPS IP.

    Or am I missing something?

    Thank you for taking the time!

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSE
    Selfhosting operator 1 year ago 100%
    Most underrated/unknown service you are hosting?

    What is the service you are hosting, which in your opinion is underrated? I'm trying to find new tools to add to my lab. Enlighten us! Ps: I'm aiming for unknown tools, so Pihole etc. are out ;)

    6
    1
    selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    One of my considerations is the privacy side… VPN or self hosted solution seems to be the waay better choice in that case.

    2
  • selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    Haha! Explaining for dummies, I like it.

    1
  • selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    Thanks! How do you handle that with internal DNS? I suppose you’d need to setup the exact same proxies on the internal and external server, and local DNS handles which one my domain it’s being resolved to?

    1
  • selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    Thank you for the detailed explanation. I am running Tailscale as a temporary solution to access some services, but I dislike that you have to set firewall rules basically twice (once in your local network and once in Tailscale). I suppose it would be similar for CF?

    1
  • selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    NetworkChuck does videos for beginners, but sometimes that’s just what an experienced user need ^^ thanks for sharing! Watching the video right now

    4
  • selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    Thanks for the write up! I’ll definately check out your blog as well. A cloud gateway is something I’ve considered as well (especially when the costs are around $5 monthly). How do you handle authentication?

    1
  • selfhosted Selfhosted ELI5 Cloudflare Tunnel
    Jump
  • operator operator 1 year ago 100%

    One of the mysteries I am facing ^^ selfhost headscale? Tailscale? VPN? CF?

    Too many options :D

    6
  • selfhosted
    Selfhosted operator 1 year ago 93%
    ELI5 Cloudflare Tunnel

    So everyone is talking about cloudflare tunnels and I decided to give it a shot. However, I find the learning curve quite hard and would really appreciate a short introduction into how they work and how do I set them up… In my current infrastructure I am running a reverse proxy with SSL and Authentik, but nothing is exposed outside. I access my network via a VPN but would like to try out and consider CF. Might be easier for the family. How does authentication work? Is it really a secure way to expose internal services? Thanks!

    40
    54
    austria Austria Österreich ist das unfreundlichste Land der Welt (im Expat-Ranking)
    Jump
  • operator operator 1 year ago 100%

    I read Austria is also the most liveable country? Funny how you can be both simultaneously

    5
  • linux
    Linux operator 1 year ago 91%
    Flatpak vs Snap vs Native Packages

    So I know my way around Linux pretty well. However I never really got the gist of the difference between Snap, Flatpak and Native packages. What exactly sets them apart? Why does everyone seem to *hate* snap? I have been using all of them, simultaneously on the same system and never really noticed a difference in the way installation, updates etc are handled (syntax ofc). I hear snap sandboxes? Is that the main reason? Thanks for your insights..

    31
    18
    asklemmy Asklemmy Do actors all need to agree to casually smoke for some roles?
    Jump
  • operator operator 1 year ago 75%

    Agree. I can always tell if an actor is inhaling or puffing. And (I wish everyone the best in health) this looks just weird.

    4
  • kbinMeta /kbin meta /kbin project management costs, financing, future plans
    Jump
  • operator operator 1 year ago 100%

    First and foremost: Thank you @ernest for your incredible work and dedication.

    1. Pay yourself a salary. Whatever you feel is appropriate & covers your personal costs. Developing and maintaining /kbin seems to be a full time job (or at least will become one)

    2. THANK YOU FOR YOUR TRANSPARENCY. That's why we are here. This builds such a huge trust with the community. Whatever you need, we'll be here.

    65
  • piracy Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ Advanced pirates, whats a tip others might not know?
    Jump
  • operator operator 1 year ago 100%

    Make sure you have backups of your vault. Reliable backups.

    Especially if you are just starting off with docker, you don't want to loose access to all your accounts because you f up some configuration (e.g. redeploy an updated image)

    3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSE
    Selfhosting operator 1 year ago 100%
    Selfhosted LLM (ChatGPT) - Lemmy.world https://lemmy.world/post/1244736

    Stumbled across this on lemmy.world. As we are defederated, reposting here. > > > I've recently played with the idea of self hosting a LLM. I am aware that it will not reach GPT4 levels, but beeing free from restraining prompts with confidential data is very nice tool for me to have. > > > > Has anyone got experience with this? Any recommendations? I have downloaded the full Reddit dataset so I could retrain the model on this one as selected communities provide immense value and knowledge (hehe this is exactly what reddit, twitter etc. are trying to avoid...) > >

    3
    1
    selfhosted Selfhosting Redoing homelab and need your insights
    Jump
  • operator operator 1 year ago 0%

    Thanks! I have heard of Cockpit and Podman but never used it. I do use Fedora Workstation on my main laptop and find it quite reliable. Can you share a few pros or cons?

    0
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSE
    Selfhosting operator 1 year ago 100%
    Redoing homelab and need your insights

    I recently upgraded my TrueNAS server to a Synology. While TN has served me well, I don’t have the time anymore to administer it. I’m now using the opportunity to redo my whole home lab - after years that has become quite a mess. I’ll retire my old TN appliance as it requires too much energy and is quite bulky. I’m remaining with 1 NUC and a second knock off NUC with slightly lower specs but 2+ LAN ports What would you do with that Setup? I’ll probably run Proxmox on the NUC and have the second one as a backup, however this one can connect directly to the NAS with a dedicated connection through multiple LAN ports. I’ll mostly run containers and a few VMs (Git, Pihole, Backup Services, …). My Synology supports both but I’d like to keep things separate. My infrastructure is taken care off, I won’t host pfSense or similar. I haven’t looked into best practices recently and would like to learn new technologies as Ansible etc. How do you automate your installations and updates? How does that go together with containers and VMs? Proxmox or maybe plain Debian/Fedora/…? Thanks for sharing!

    1
    3
    selfhosted Selfhosted Best way to have file sync on a local network?
    Jump
  • operator operator 1 year ago 100%

    Try Resilio Sync. Running it for 5+ years now and did not have a single synchronization issue. Syncing around 5 devices flawlessly, instantly and error free (not sponsored)

    1
  • austria Austria Genderverbot für niederösterreichische Behörden kommt noch diesen Sommer
    Jump
  • operator operator 1 year ago 88%

    Every time I hear any news about Austria it seems like satire. Honestly. Double-checking every time.

    19
  • world
    World News operator 1 year ago 78%
    Kremlin denies Putin has fled Moscow www.telegraph.co.uk

    A Kremlin spokesman has denied reports that Vladimir Putin has fled Moscow by plane.

    8
    0
    fediverse
    Fediverse operator 1 year ago 100%
    Is there a place here to post about new magazines and communities for people to find out about them?

    Is there a place here to post about new magazines and communities for people to find out about them? [\#fediverse](https://kbin.social/tag/fediverse)

    3
    0
    fediverse
    Fediverse operator 1 year ago 100%
    I feel the lack of AI bots in the Fediverse

    I can actually *feel* the lack of bots, AI replies and chatGPT comments in the threads. I cant exactly pin point it to a specific trait or writing style but you can feel the humans behind these comments. There is no toxicity, no "in conclusion", no stupid summaries. Amazing. Although I want this to take over Reddit at some point, the small community and lack of publicity we have at the moment is amazing.

    47
    25
    RedditMigration
    Reddit Migration operator 1 year ago 100%
    60% of subreddits are still dark! Reddit activity down 30%

    The reddit blackout is even more effectivte than expected! 5177/8829 (\~60%) of subreddits are still dark [1] and the posts per minute are down to 1000 from 1400 [2]. This is huge. Subreddits were supposed to be back up yesterday. I personally missed Reddit the first day but now I am super comfortable here. Glad to have found a new place to hang out! --- [1] [https://reddark.untone.uk/](https://reddark.untone.uk/) [2] [https://www-heise-de.translate.goog/news/Reddit-Blackout-dauert-an-30-Prozent-weniger-Aktivitaet-Werbebranche-wartet-ab-9189048.html?wt\_mc=rss.red.ho.ho.rdf.beitrag.beitrag&\_x\_tr\_sl=de&\_x\_tr\_tl=en&\_x\_tr\_hl=en-US&\_x\_tr\_pto=wapp](https://www-heise-de.translate.goog/news/Reddit-Blackout-dauert-an-30-Prozent-weniger-Aktivitaet-Werbebranche-wartet-ab-9189048.html?wt_mc=rss.red.ho.ho.rdf.beitrag.beitrag&_x_tr_sl=de&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp)

    489
    139
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRE
    Reddit operator 1 year ago 99%
    60% of subreddits are still dark! Reddit activity down 30%

    x-post from [https://kbin.social/m/RedditMigration/t/28560/](https://kbin.social/m/RedditMigration/t/28560/) --- The reddit blackout is even more effectivte than expected! 5177/8829 (\~60%) of subreddits are still dark [1] and the posts per minute are down to 1000 from 1400 [2]. This is huge. Subreddits were supposed to be back up yesterday. I personally missed Reddit the first day but now I am super comfortable here. Glad to have found a new place to hang out! Edit: Reddit has 100k subs, 60% out of those who officially signed up [1] [https://reddark.untone.uk/](https://reddark.untone.uk/) [2] [https://www-heise-de.translate.goog/news/Reddit-Blackout-dauert-an-30-Prozent-weniger-Aktivitaet-Werbebranche-wartet-ab-9189048.html?wt\_mc=rss.red.ho.ho.rdf.beitrag.beitrag&\_x\_tr\_sl=de&\_x\_tr\_tl=en&\_x\_tr\_hl=en-US&\_x\_tr\_pto=wapp](https://www-heise-de.translate.goog/news/Reddit-Blackout-dauert-an-30-Prozent-weniger-Aktivitaet-Werbebranche-wartet-ab-9189048.html?wt_mc=rss.red.ho.ho.rdf.beitrag.beitrag&_x_tr_sl=de&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp)

    119
    14
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearKB
    /kbin meta operator 1 year ago 100%
    Whats the difference between boosts and upvotes?

    title

    8
    3
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearKB
    /kbin meta operator 1 year ago 0%
    Difference between boost and upvote..?

    Difference between boost and upvote..? [\#kbinMeta](https://kbin.social/tag/kbinMeta)

    0
    1
    fediverse
    Fediverse operator 1 year ago 100%
    With an new beginning come NEW USERNAMES

    Did you ever wanna have a username but it was taken? Us early adopters to the fediverse can now freely choose nice, untaken usernames! Let that sink in. We have the luxury and freedom to nearly choose any username we want. without having to add unnecessary underscores or numbers. Thats nice.

    53
    83