ssdfsdf3488sd
@ssdfsdf3488sd@lemmy.world
- Comment on [deleted] 9 months ago:
Thats not the feature i would port to paperless.paperless needs an o counter lol.
- Comment on Broadcom yanks ESXi Free version, effective immediately 10 months ago:
I am running proxmox at a moderately sized corp. The lack of a real support contract almost kills it, which is too bad because it is a decent product
- Comment on A question on hosting a Matrix server on a cheap VPS 10 months ago:
Just came here to say this, it workson a 10 dollar a year racknerd vps for me no problem. Matrix chugs on my much bigger vps, although it is sharing that with a bunch of other things, overall it should have mich more resources.
- Comment on Enterprise SAS SSD are just built different... two layers, and takes up all the space it can. 10 months ago:
Those are puny mortal numbers… my backup nas is more than twice that…
- Comment on Alternative cooling for BKHD 1264 NAS mainboard 11 months ago:
Does yours have 8 sata ports or dual external sf8088 ports per chance and moreram?
- Comment on Elevating Performance and Flexibility | Stalwart Labs 11 months ago:
Nevee saw that on wireguard once i foind the better connections for my location, weird
- Comment on Why docker 11 months ago:
Because if you use relative bind mounts you can move a whole docker compose set of contaibera to a new host with docker compose stop then rsync it over then docker compose up -d.
Portability and backup are dead simple.
- Comment on Should I move to Docker? 11 months ago:
you need to create a docker-compose.yml file. I tend to put everything in one dir per container so I just have to move the dir around somewhere else if I want to move that container to a different machine. Here’s an example I use for picard with examples of nfs mounts and local bind mounts with relative paths to the directory the docker-compose.yml is in. you basically just put this in a directory, create the local bind mount dirs in that same directory and adjust YOURPASS and the mounts/nfs shares and it will keep working everywhere you move the directory as long as it has docker and an available package in the architecture of the system.
`version: ‘3’ services: picard: image: mikenye/picard:latest container_name: picard environment: KEEP_APP_RUNNING: 1 VNC_PASSWORD: YOURPASS GROUP_ID: 100 USER_ID: 1000 TZ: “UTC” ports: - “5810:5800” volumes: - ./picard:/config:rw - dlbooks:/downloads:rw - cleanedaudiobooks:/cleaned:rw restart: always volumes: dlbooks: driver_opts: type: “nfs” o: “addr=NFSSERVERIP,nolock,soft” device: “:NFSPATH”
cleanedaudiobooks: driver_opts: type: “nfs” o: “addr=NFSSERVERIP,nolock,soft” device: “:OTHER NFSPATH” `
- Comment on Should I move to Docker? 11 months ago:
dockge is amazing for people that see the value in a gui but want it to stay the hell out of the way. github.com/louislam/dockge lets you use compose without trapping your stuff in stacks like portainer does. You decide you don’t like dockge, you just go back to cli and do your docker compose up -d --force-recreate .
- Comment on jellyfin freezes on TV every 2 minutes 11 months ago:
jellyfin has a spot for each library folder to specify a shared network folder, except everything just ignores the shared network folder and has jellyfin stream it from https. Direct streaming should play from the specified network source, or at least be easily configurable to do so for situations where the files are on a nas seperate from the docker instance so that you avoid streaming the data from the nas to the jellyfin docker image on a different computer and then back out to the third computer/phone/whatever that is the client. This matters for situations where the nas has a beefy network connection but the virtualization server has much less/is sharing among many vms/docker containers (i.e. I have 10 gig networking on my nas, 2.5 gig on my virtualization servers that is currently hamgstrung to 1 gig while I wait for a 2.5 gig switch to show up) They have the correct settings to do this right built into jellyfin and yet they snatched defeat from the jaws of victory (a common theme for jellyfin unfortunately).
- Comment on Useful apps to self-host 11 months ago:
Sorry about that, my reply was from my phone and therefore terrible. Here’s the app: github.com/louislam/dockge
- Comment on Useful apps to self-host 11 months ago:
Ha e you looked at dockge? I like it way more than portainer, atleast for single instance. It works with normal compose files so it keeps your stuff a lot more compatible to change and its by the guy who makes uotime kuma.
- Comment on jellyfin freezes on TV every 2 minutes 11 months ago:
just fyi, direct streaming isn’t really direct streaming as you may think of it if you have specified samba shares on your nas instead of something on the vm running jellyfin. it will still pull from the nas into jellyfin and then http stream from jellyfin, whihc is super annoying.
- Comment on Elevating Performance and Flexibility | Stalwart Labs 11 months ago:
That’s pretty much exactly my story except I went with fastmail.com, mullvad for vpn (you really need to test with some script to find your best exit nodes I forget which one I used ages ago but it found me a couple of nodes about 1000 kms away from my location and in a different country that I can do nearly a gig through routinely… Maybe it was this script? github.com/bastiandoetsch/mullvad-best-server) . I went with pcloud for a bit but tailscale and now currently netbird make it kind of irrelevant since its’ so easy to get all my devices able to communicate back to my house file server. I want to like hetzner so bad but every time I try it the latency to north america just kills me and the north american offering was really far away and undeveloped last time Itried it
- Submitted 1 year ago to selfhosted@lemmy.world | 16 comments
- Comment on Docker vs Podman, which one to choose for a beginner and why ? 1 year ago:
will it let you do rootless nfs mounts into the container? That’s the showstopper for me, as that is by far the best way to just make this all work within the context of my file storage.
- Comment on Selfhosted Trello Alternative? 1 year ago:
I started on planka but ended on vikunja, it was just a lot nicer and more flexible for my needs.
- Comment on [Baby Journal] A private and open source app for tracking your baby activities 1 year ago:
how does this compare to: github.com/babybuddy/babybuddy (I used babybuddy for my two kids, it was great)
- Comment on Piggybacking off the selfhosting email post earlier, does anyone have experience self hosting anon addy? 1 year ago:
yah, you need an ideally clean static ip because that is what is used for repution stuff like spf/dmarc/dkim I hosted this on a tiny vps
- Comment on Alternatives to RancherOS? 1 year ago:
That’s what I’m using right now. I am kind of curious if you are aware of any apk using tiny operating systems like alpine but that also have systemd? I want to experiement with quadlets/podman but don’t really want to lose how simple alpine is to administer and how fast it boots.
- Comment on Giving up on selfhosted email / Any sane email setups? 1 year ago:
This is what I did too, after self hosting and self hosting anonaddy for a while. I really like how it integrates into bitwarden to give me most of what I liked about anonaddy as an included thing. I also did it ofr the same reason. Too many Eh holes out there that just want to bang on the mail server all day.
I ended up on purelymail.com for my machine sending email (it’s dirt cheap I think I will be under their minmimum and it will cost something like 10 dollars a year for unlimited unique email addresses for my services)…
- Comment on Piggybacking off the selfhosting email post earlier, does anyone have experience self hosting anon addy? 1 year ago:
I used to host anonaddy, I don’t have the docker compose or configs anymore but I don’t remember it being that bad. I stopped a couple years ago because simplelogin became included with my vpn subscription (and then I found fastmail, which has a similar feature built in so I ended up canceling simplelogin and that vpn and going to fastmail and mullvad). I basically just edite their example compose/env files and ran it behind my existing nginxproxymanager setup (that is gone now too, ended up moving to traefik but that’s a story for another time). compose example here: github.com/anonaddy/docker/tree/master/…/compose
- Comment on Share NFS with Tailscale Network 1 year ago:
It’s really easy with headscale so I assume it must be really easy with tailscale too. How I did it was I created tiny tailscale vm to advertise the route to the ips I wanted access to on my internal lan. Then I shared the nfs share with the ip of that subnet router. now everything on my headscale network looks like it’s coming from the subnet router and it works no problem (Just remember you have it setup this way in case you ever expand your userbase, as this is inherently insecure if there is anything connected to your tailscale that you don’t want to have full access to your nfs shares)
- Comment on 1 year ago:
I really like truenas for nas but I agree with you on running vms/docker somewhere else. I ended up keeping truenas for the mass storage (the only thing I run on it is one virtual machine to hold proxmox backupserver on an ivol). I think the much better home platform for vms is proxmox. You get ar eally nice gui that makes everything pretty easy, it’s debian under the hood and with proxmox backup server you can very easily backup your virtual machines. It’s also very easy to mount nfs or cifs shares into docker containers so you can keep the bulk data of your docker environment directly on the nas, which makes managing backups dead simple.
- Comment on How to make setup more resilient? Proxmox mini-PC \w iSCSI to TrueNAS 1 year ago:
I would argue it’s the correct idea up to a fairly decently sized business. Basically anything where you don’t have the budget or the need for super fault tolerant systems (i.e. where it’s ok to very rarely have a 20 minute to an hour outage in order to save 50k+ of IT hardware costs). You can take the above and go next step to a high availability proxmox cluster to further reduce potential downtime before you step into the realm of needing vmware and very expensive highly available and fast storage as well. It gets even more true when you start messing around with truenas and differential speed vdevs (i.e build a super fast nvme one with 10-25gig networking for some applications, a cheaper spinning rust one with maybe 10 gig networking for bulk storage. It’s also nice that, by using proxmox backup server as a zvol you can take advantage of all the benefit of both zfs replication/snapshotting and cloud (jstor/wasabi s3 bucket, another truenas server at a different location) for that zvol as well as your other data you are sharing as datasets.
- Comment on How to make setup more resilient? Proxmox mini-PC \w iSCSI to TrueNAS 1 year ago:
Get rid of iscsi. Instead, use truenas scalr for nas and use an ivol to run a vm of proxmox backup server. Run proxmox on the other box with oocal vms and just backup the vms to peoxmox backup server at aratr you are comfortable with (i.e. once a night). Map nfs shares from truenas i to any docker things you are running on your vms. This is way more resilient, gets local nvme speeds for the vms and still keepa the bulk of your files on the nas.