this post was submitted on 09 Nov 2023
3 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

If this isn’t the right place to put it please let me know. I am in the process of re-imaging pc running Ubuntu server to help clean up services. Before I had Openvpn Access server running on the server as well as docker running Nextcloud, Jellyfin, and NGINX Proxy Manager.

Computer Specs :

- Intel(R) Core(TM) i5-6500T CPU @ 2.50GHz
- 64gb DDr4 - 2133 MHz

I would like to run these services and currently am having difficulty with just docker.

  • DNS Server
  • Nextcloud
  • Jellyfin Server
  • Future Projects

Questions

  1. Would it be possible to use a DNS server and reverse proxy together?
    1. Can I have Internal and external DNS?
  2. Should I switch to running a bare-metal hypervisor?
  3. What should I use for a DNS Server?
  • I have been recommended using pfsence or pi-hole.

Thank you in advance for any recommendations, advice, and/or answers.

you are viewing a single comment's thread
view the rest of the comments
[–] Do_TheEvolution@alien.top 1 points 10 months ago

Would it be possible to use a DNS server and reverse proxy together?

Sure, reverse proxy is a web server whos job is to be in charge of ports 80 and 443 and decide to what other webservers send traffic based on request url

Can I have Internal and external DNS?

Probably, who knows what you really means. Split dns maybe?

Should I switch to running a bare-metal hypervisor?

If you need it. Seems your needs are met with just docker.

What should I use for a DNS Server?

dnsmasq works and I used it for a time, then I moved to having opnsense as my firewall and use its unbound service.