tester1121

joined 1 year ago
 

I have a NAS where I tested to see if some apps could run on it without a server. They overloaded the CPU, so I am now wanting to move them over to a more powerful workstation. I'm used to Compose files/configs, but it seems that my NAS uses plain Docker. Is there a way to extract the configs/long terminal setup commands? I have Portainer installed, if that makes it easier.

 

I am running a NAS that needs to connect to a server (the NAS isn't powerful enough). I also need to connect my NAS to a Windows, Mac, and Linux device (Linux being the most important, then Mac, then Windows). Out of SMB, FTP, and NFS, which one would be the best, quickest, and most secure for my situation? My NAS supports multiple sharing protocols, but I don't want to deal with mixed up permissions and conflicts later on.

 

I am currently using an old laptop (circa 2015) with a 250GB SSD in it, and 4GB of RAM. It runs Fedora 39 Server, and only hosts a Jellyfin instance through Docker right now (though I want to use Nextcloud later too). There is only 15GB of storage left on it, and the CPU is constantly overloaded (due to forced transcoding). I happen to have a lot of 500GB 3.5" HDDs laying around, and I want to use them in RAID 5. What hardware would be good for having 4 HDDs, and running Jellyfin and Nextcloud in Docker? I'm okay with either having just a 4-bay NAS (as long as it can handle transcoding (MKV 480p -> MP4)), or having a 4-bay NAS and a server/computer/NUC. I only have a budget of CAD$900 (USD$658 as of writing), but I am willing to go to CAD$1000 if absolutely necessary.

[–] tester1121@lemmy.world 1 points 6 months ago

I'm in somewhat of the same situation. I would happily pay for just Mail and Pass, but I am required to pay Unlimited pricing.

 

I moved over to Proton from Google because I liked the idea of having an alias for each service. After two months and a Mail Plus trial, I now pay for Proton Unlimited. I use Mail (due to alias linking), Calendar, and Pass often. I don't really use VPN that much (although it is useful sometimes), and Drive is just too slow. I didn't have any issues with Google, and I liked using Gmail and Calendar. Proton also doesn't have watch apps, so I have to add my calendars through iCal to Google Calendar for my watch. It feels to me like I'm just overpaying now. Should I move back to Google for mail and calendar? I'm probably going to keep Pass (it seems just a bit too expensive compared to Bitwarden, though).

[–] tester1121@lemmy.world 2 points 6 months ago (2 children)

I just didn't want people to suggest to me to run a different server OS, as I can't do that (I think).

[–] tester1121@lemmy.world 2 points 6 months ago (3 children)

Is it a run and just works docker compose file?

[–] tester1121@lemmy.world 1 points 6 months ago (3 children)

Kinoite is looking really nice since my Linux is bugged (again).

 

I am used to simple things running on Docker (Jellyfin, Nextcloud, etc.) I am looking at running my own personal Mastodon instance (maybe share it with a few friends and family), but I like using Docker. Looking at install guides, the steps required seem to be much harder than just editing docker-compose.yml and running the container. Is it actually that difficult to set up Mastodon, or is there a better guide? I can't just use Yunohost/CasaOS because I am using a VPS to host this.

 

I don't mean for this to become a KDE vs GNOME post. I'm looking at switching to Fedora (because Arch is a pain), and it seems that GNOME is more supported. I use KDE on Arch. What features would I be losing if I were to switch? (ex: toolbar management, KRunner, etc.)

 

See title. I've heard that the S23 and S24 have region locking for international SIM/eSIMs, is this true? (ie: SIM refuses to work because of software lock)

[–] tester1121@lemmy.world 2 points 6 months ago (1 children)

They are. All carriers use the same tower infrastructure, but I can't use 5G from the tower operator carrier.

[–] tester1121@lemmy.world 2 points 6 months ago (1 children)

I am trying to use SaskTel, which is the opposite: all carriers (except Rogers?) have an agreement to use SaskTel towers, and SaskTel uses other carriers' towers in different provinces. I know that Bell and Telus work, but not SaskTel? They both use the same tower, so I don't know why there is still no 5G for SaskTel on my Pixel.

[–] tester1121@lemmy.world 2 points 6 months ago

The provider that I use has 5G antennas/towers all over roads, and the capital also has some 5G+ locations. It also annoys me that I seem to need the 5G option to show up or else LTE+ does not work at all.

[–] tester1121@lemmy.world 2 points 6 months ago

eSIM works, but 5G doesn't work.

 

I am trying to set up a plan with a smaller carrier, but I have a feeling that since they are not on Google's allowlist (even though I live in Canada), they will not let me use 5G with them. The Pixel watch supported carrier list also makes no sense, because for some reason the new carriers for the watch 2 don't support the first version? I was thinking about switching to Samsung, but it seems they also pull off shenanigans in the way of region locking. Why are these practices in place?

 

I use Arch Linux, and some apps require me to use Windows. I have tried to get Wine working, but it's just too much of a hassle. If the only goal of my virtualization setup is to run something like Adobe apps (I'm not doing any gaming on it), will Virtualbox or virt-manager be the quick and easy choice for me? I have tried using Virtualbox, but it didn't work due to some dkms drivers I think. I also don't want to use QEMU by itself, as I don't like using terminal commands and much prefer using a GUI to do things.

[–] tester1121@lemmy.world 1 points 7 months ago (1 children)

Is a Docker volume accessible like a folder if I SSH/SFTP into the host machine, not the container?

[–] tester1121@lemmy.world 3 points 7 months ago

This has saved so many files from my mistakes before.

[–] tester1121@lemmy.world 1 points 7 months ago (3 children)

Don’t put any data into the container ever. All of your data and configuration should be done in volumes. So are bind mounts (--bind) to the filesystem bad? Am I able to access Docker volumes through SFTP/SSH?

 

I have a really bad "server" (just a laptop) that runs Fedora Server and uses Docker Compose to host Jellyfin. It has been very annoying to update (the web GUI for Fedora doesn't even work half of the time), updating is painful, and it's a pain to manage. I am trying to redo my entire setup, so I will be getting a NAS to store all of my media. However, I still want to host apps like Nextcloud and Jellyfin, but I'm probably just going to use the NAS as storage for such apps.

Should I:

  • use CasaOS, Yunohost, or a different easy to use server OS
  • stick with Fedora server
  • use a different distro

If I should use a conventional server distro (Fedora, Debian, Ubuntu), suggestions for management GUIs, easy to use Docker management GUIs, and ways to set up file sharing (Samba configuration seems like a pain) are greatly appreciated.

(side note: I use Docker bind mounts and they seem to allow me to update my Jellyfin content through SFTP/whatever the SSH-based file transfer protocol is. Is there a point in me switching to volumes? I haven't taken my container down manually since I first started it up)

[–] tester1121@lemmy.world -1 points 7 months ago (3 children)

I can't really disable Gmail though, because I have two accounts that currently rely on it.

 

I use a Pixel 6 Pro with Android 14 installed, and I cannot use Proton Mail instead of Gmail for email links. Whenever I click Proton Mail, Gmail is still the top option the next time I open the same email link. I don't want to reset app preferences, as I have too many notification and app usage settings set for my apps. Is there a way to set Proton Mail as the default? (preferably a universal method so that I can use this on other apps)

Attached below are pictures of the app "Open by default" settings from the Android settings app for both Gmail and Proton Mail.

 

I was looking at Proton plans, and I noticed that the Proton Pass Plus plan costs almost double on the 24-month plan compared to the 12-month one. 1 month: USD$4.99 12 months: USD$1.99 24 months: USD$2.99 The Pass Plus plan is the only one that gets more expensive at 24 months. Why is that?

view more: next ›