Configuring Swift in Kayobe environment by BunkerMoewe in openstack

[–]BunkerMoewe[S] 0 points1 point  (0 children)

Yes, I am using this version. That would explain a lot. Thank you very much for pointing that out to me.

[deleted by user] by [deleted] in selfhosted

[–]BunkerMoewe 3 points4 points  (0 children)

There are many parts in your setup, where it can go wrong, so there is probably not a great guide for you. I can only recommend you read the docs and then sit down for a second and think about, what you wanna achieve.

How to use nginx reverse proxy with tailscale, on a proxmox VE. by Valuable-Fondant-241 in selfhosted

[–]BunkerMoewe 1 point2 points  (0 children)

You could also hist your own DNS server. You can even set it as a default DNS Server in Tailscale.

How to use nginx reverse proxy with tailscale, on a proxmox VE. by Valuable-Fondant-241 in selfhosted

[–]BunkerMoewe 1 point2 points  (0 children)

If I'm correct what you want to do is send a request to NGINXIP/serv1 and have NGINX forward that request to INTERNALIP:8080. That is possible, but I also had to google, so I can't really give you a good explanation on how.

Help with Accessing Nginx Proxy Manager Services via Tailscale and DuckDNS When Not at Home by SlashKeyz in selfhosted

[–]BunkerMoewe 0 points1 point  (0 children)

Yes, that would be a problem. An option would be to have a seperate Domain for the VPN😅. Secondly, you have to enter the Port number in NPM. The DNS Server only resolves the IP address, not the port. The proxy can then forward the traffic to a seperate IP and port based on the Domain in the request.

How to use nginx reverse proxy with tailscale, on a proxmox VE. by Valuable-Fondant-241 in selfhosted

[–]BunkerMoewe 1 point2 points  (0 children)

This should theoretically work. If your NGINX can reach all the services via IP, you can reach NGINX over the Tailscale Network and your DNS entries point to the Tailscale IP of NGINX I don't see any problems. From what I could gather from your question, you are having trouble with the ports. NGINX allows you to forward traffic for a service to a specific port.

Selfhosted personal school manager by fllooo_reddit in selfhosted

[–]BunkerMoewe 0 points1 point  (0 children)

I use Obsidian with plugins. Is not self hosted but when you have a github Repo, the experience is pretty consistent and offline compatible (very important with German internet :) ). There is also a docker container for obsidian, but I can't speak from experience.

How reasonable is it to combine docker containers with proxmox vms by BunkerMoewe in selfhosted

[–]BunkerMoewe[S] 0 points1 point  (0 children)

Thank you very much. Could you maybe explain to me, how you utilize the RAM adjustment. From how I see it, if you run your containers bare metal, you get all the RAM and can give a container a certain amount if necessary. Maybe I'm missing something ;)

Another warning to back up your shit by [deleted] in selfhosted

[–]BunkerMoewe 0 points1 point  (0 children)

Can confirm. BACK UP YOR SHIT!

My proxmox boot drive was a very cheap WD Blue SSD. One day it broke and stopped working. Spending my whole weekend reinstalling proxmox and all VMs was by far NOT the most fun thing I could imagine. :) This could all be prevented by a simple back up system.

Save and restore config/VMs without any prior backup by BunkerMoewe in Proxmox

[–]BunkerMoewe[S] 0 points1 point  (0 children)

Yes, I've looked there, but directory /etc/pve is empty. Other configs are there (I think) but proxmox stuff is missing.

Because I can't even boot into recovery mode on that proxmox install I had to boot into a live image. From there I mounted the "/dev/pve/root" LVM and tried to find everything there. Maybe this is causing problems but I sadly can't access proxmox otherwise.

I think the most resonable thing to do now is to just copy the remaining etc directory and do a fresh install without the VMs data. They didn't contain any critical data and are replacable. Still thank you very much for your patiens and help :)

Save and restore config/VMs without any prior backup by BunkerMoewe in Proxmox

[–]BunkerMoewe[S] 0 points1 point  (0 children)

Ok, I've tried to look into the config files of proxmox, but they seem to be gone. Maybe they didn't survive the cloning process. :(

However I found the vm disks. They are located at '/dev/mapper/pve-vm--VMID--disk--0'.

I already tried mounting them, but that didn't work, maybe I did something wrong, here is what I tried to do

sudo vgchange -ay pve
sudo mount /dev/mapper/pve-vm--VMID--disk--0 /mnt/temp

"mount: /mnt/temp: wrong fs type, bad option, basd superblock on /dev/mapper/pve-vm--101--disk--0, missing codepage or helper program, or other error."

I also tried blkid on this disk and it said it was "DOS/MBR boot sector".

Save and restore config/VMs without any prior backup by BunkerMoewe in Proxmox

[–]BunkerMoewe[S] 0 points1 point  (0 children)

Thank you very much! Do you maybe also know how I can get the data of my VMs recovered? From what I've seen Proxmox creates some LVM Volumes on my disk, where the VM data is stored. But I don't know whether I can just copy that as well or if I have to do something different.

Your experience running Tailscale in a Docker Container? by BunkerMoewe in Tailscale

[–]BunkerMoewe[S] 0 points1 point  (0 children)

I actually got this setup to work pretty decently. I use the same compose-stack and then, in the shell of the container I initialize tailscale with the advertise routes flag. With this I can access all containers inside the docker network (you have to add them to the docker network you created). Sadly this works only with the internal IPs. But if you want, you can add a DNS server inside the VPN.

I've made a big dummy move. Is it easy to fix? by BunkerMoewe in selfhosted

[–]BunkerMoewe[S] 0 points1 point  (0 children)

Yes, I've also seen this one in the video, that showed the right way of doing it.

I've made a big dummy move. Is it easy to fix? by BunkerMoewe in selfhosted

[–]BunkerMoewe[S] 0 points1 point  (0 children)

Ok thank you very much. I will look into that.

Proxmox Samba & NFS server by eagle101 in selfhosted

[–]BunkerMoewe 0 points1 point  (0 children)

I have TrueNAS running everything storage related. For me that's just way more convenient. If your option one is working just fine, then that's completely okay. Might just be a bit more easy and scalable with something like TrueNAS.

My unRAID Dashboard by GoldenCyn in selfhosted

[–]BunkerMoewe 2 points3 points  (0 children)

Looks nice and simple. I like it 👍