"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
Jump
Advice on remote access to media stack.
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
Jump
One Server to Rule Them All: Seeking advice on consolidating my setup
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
Jump
What document management solution are you using?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    notdoreen
    11mo ago 100%

    An SMB share from a Windows server VM. I've also been playing around with paperless but honestly I trust the SMB share way more and it's so much easier for me to not fuck up and lose all my data like I've done in the past playing with Docker containers.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    Note Taking in 2023
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    If you could start from scratch what would you do differently?
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    Google workspace alternative
    Why is Windows (desktop versions) frowned upon as a home NAS/server OS?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    notdoreen
    11mo ago 100%

    Forced updates and forced restarts. If you want a server that's available 24/4 that's a no no.

    That's what did it for me. I started my selfhosting journey on a Windows 10 machine, I stalled Docker on it and all of my containers. Every time Windows forced an update and auto reset, I had to manually go back in, log in, spin up Docker again and every container (I now know that a lot of this can be automated but it's a lot easier to manage a Linux server now). Plus the system requirements are significantly less. The Windows OS alone takes up a chunk of your storage and RAM right off the bat.

    I do have one Windows server VM because I enjoy the file system, and it doesn't do forced resets, but most of my infrastructure is made up of Linux VMs on bare metal Proxmox machines.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    Are there any concerns/risks to using Watchtower?
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Self-Hosted Main notdoreen 11mo ago 75%
    Are there any concerns/risks to using Watchtower?

    Someone recommended it for keeping my containers up to date automatically. I checked out the [repo](https://github.com/containrrr/watchtower) and it seems too good to be true. It just updates your containers when a new image is available and everything just works out of the box? I'm a bit scared of just leaving it alone in case it might break something. The fact that it doesn't come with a gui also scares me a bit. Does anyone here use it and can recommend it? Any horror stories?

    2
    33
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Self-Hosted Main notdoreen 11mo ago 100%
    My MariaDB Docker container changes networks anytime my server resets

    I've had to reset my Ubuntu server a couple of times in the last year and there's one thing I noticed that happens to my MariaDB container: The IP address goes up by one each time. For example, it was [172.17.0.10](https://172.17.0.10) and now its [172.17.0.11](https://172.17.0.11). The ports remain the same but this breaks any app that's using the DB since the app is still looking to connect to .10 and not .11. I'm not quite sure if this happens to other containers (I think it might) but other containers connect using the host + port. MariaDB connects using the IP address shown in portainer. The one that matches the network bridge. I'm not well-versed in networking and I've been asking about recommendations for Udemy/Coursera courses on the topic (Feel free to suggest one). If possible, I'd like to revert the container's Ip address back to [172.17.0.10](https://172.17.0.10) and prevent it from changing again, OR find a way to connect apps to the container using the localhost instead of the container IP address. ​ My workaround has been to go to the affected apps and point them to the new IP address when it changes but I'm hoping to find a way to eliminate the need for this. Thoughts?

    3
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Self-Hosted Main notdoreen 11mo ago 100%
    Can't use my own SSL certificate for Portainer?

    I set up the [Nginx proxy manager container](https://nginxproxymanager.com/) to avoid the "not secure" warnings on my internal Docker containers. They all seem to work with my duck.dns SSL certificates and I can access them using custom domain names (e.g. [Plex.duck.dns.org](https://Plex.duck.dns.org)) but when I try it with Portainer, I get this error on Chrome. Firefox and other browsers don't show the error but tell me that my connection is still not secure. Does anyone here know why and how I could fix it? https://preview.redd.it/7rsxc10mh60c1.png?width=897&format=png&auto=webp&s=d0532cef522c6b7fb2c482c8d946b9a0bb7fd6a0

    2
    1
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    MariaDB + pgAdmin?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    notdoreen
    12mo ago 100%

    I just tried this but there doesn't seem to be a web interface to it. I was hoping I could use it accross my network on different devices.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    MariaDB + pgAdmin?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    notdoreen
    12mo ago 100%

    Thank you so much! I asked ChatGPT if pgAdmin was meant to work with MariaDB and it kept saying "yes. It should work" and giving me useless instructions. I thought I was the one doing something wrong.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Self-Hosted Main notdoreen 12mo ago 100%
    MariaDB + pgAdmin?

    I have a couple dbs as Docker containers on my homelab and used accross multiple applications and the main ones are PostgreSQL and MariaDB. I spun up a pgAdmin container in order to vizualize my dbs. PostgreSQL worked like a breeze but for some reason MariaDB cannot be added to pgAdmin no matter what I try. I keep getting an error saying `"Unable to connect to server: connection to server at "IP', port 3306 failed: received invalid response to SSL negotiation: q` Neither container has SSL certs associated with them, and I even removed the SSL parameter from the pgAdmin configuration. I have been able to add this MAriaDB container to a bunch of other aplications (nextcloud, paperless, bookstack, etc.) with no issues so I'm not sure what the problem is with pgAdmin. Any help would be appreciated.

    1
    8
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Self-Hosted Main notdoreen 12mo ago 33%
    Should I get a CompTIA or other certificate to gain more selfhosting knowledge?

    I have been on this sub and playing around with selfhosting for almost two years now but I feel like I've barely scratched the surface. I often feel inadequate when I see people on this sub discussing what I consider to be advanced networking terms and technologies, especially when discussing remote access. Will getting a certification like Network+ help me feel more comfortable managing my homelab? If not, can someone recommend any resources I should look into to get good at being my own sysadmin?

    -1
    8
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    Cheapest VPS to get started with
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    Suggestions for spare mini pc?
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Self-Hosted Main notdoreen 12mo ago 100%
    Suggestions for spare mini pc?

    I have a decent server with a bunch of services I use regularly on a Windows and ubuntu server VMs. Here's a screenshot of some of them: https://preview.redd.it/xvg4w5fqt9wb1.png?width=1306&format=png&auto=webp&s=4670d51216d8c6884edbfb4090f99b2b645671ec I also happen to have a spare mini pc. It was originally a Chromebox that I converted to a TrueNas server a few years back, then abandoned it after building my current server. I want to put it back in use but I'm not sure what to do with it and I'm hoping to get some suggestions. It has 6gb of ram and 128gb of storage. I believe the current OS is TrueNas core but I can boot pretty much anything on it. I was thinking maybe a small SMB share for my family though we don't really need it. Any suggestions from my self-hosting bretheren?

    2
    1
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Self-Hosted Main notdoreen 12mo ago 75%
    Lost my Proxmox URL

    [SOLVED] This might be the dumbest thing to happen to me. I've been running a home server for over a year now with Proxmox as my main OS and two VMs on it (Windows server 2019 & Ubuntu server). It has been a long time since I've needed to access Proxmox for anything and I recently lost all my browser history on Chrome. It just occured to me that I should probably save my proxmox ip address but for the life of me I don't remember what it is. It is not in my browser history because that was recently reset. I have access to both VMs so I'm hoping there's a way to find the proxmox IP address from them. ​ So far I have tried `ip route` on the Linux VM and `ipconfig` on the Windows VM. This is only getting me the ip of the VMs. Am I screwed or is there a way for me to get the Proxmox ip? EDIT: Thank you to those who suggested the router logs. I recognized the IP there and was able to access it!

    2
    5
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Self-Hosted Main notdoreen 12mo ago 100%
    Suggestions for spare mini pc?

    I have a decent server with a bunch of services I use regularly on Windows and ubuntu server VMs. Here's a screenshot of some of them: https://preview.redd.it/xvg4w5fqt9wb1.png?width=1306&format=png&auto=webp&s=4670d51216d8c6884edbfb4090f99b2b645671ec I also happen to have a spare mini pc. It was originally a Chromebox that I converted to a TrueNas server a few years back, then abandoned it after building my current server. I want to put it back in use but I'm not sure what to do with it and I'm hoping to get some suggestions. It has 6gb of ram and 128gb of storage. I believe the current OS is TrueNas core but I can boot pretty much anything on it. I was thinking maybe a small SMB share for my family though we don't really need it. Any suggestions from my self-hosting bretheren?

    2
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    Any selfhosted tool to help me manage my smb?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    notdoreen
    1y ago 100%

    Can't you set up an shares via a Windows PC/server and grant access as needed? I might not have understood the question but this to me seems like the simplest solution to manage SMB shares.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    Anything interesting I could do with spare Android phones?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    notdoreen
    1y ago 100%

    That's my concern but I also know that most modern phones have battery monitoring software that stops the battery from charging once it reaches 100%

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    Anything interesting I could do with spare Android phones?
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    Anything interesting I could do with spare Android phones?
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Self-Hosted Main notdoreen 1y ago 100%
    Anything interesting I could do with spare Android phones?

    I have a couple Android phones with little resell value and I'm wondering what I could do with them on my spare time. Not sure if this is the right sub to ask but figured it could be a good start to see if anyone here has done anything with phones.

    3
    45