this post was submitted on 24 Oct 2023
38 points (93.2% liked)

Selfhosted

39226 readers
609 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.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hi, I moved this year to another city, because my internet provider didn't give me a dedicated ipv4 address I can't use a dyndns like duckdns. Another thing to mention is, that I have a dslite tunnel. So I can't set up dyndns...

So my recent setup is a truenas server sitting under my desk. This is connected via cloudflared to the cloudflare tunnel. There I have my services like seafile or nextcloud configured. They are all pointing to a traefik instance that routes the traffic to the right container.

So to summarize what I have:

  • Truenas server
    • multiple services
  • dslite tunnel
  • own domain
  • Cloudflare tunnel
  • v-server
    • Nginx
    • docker

To visualize the route the traffic is going

Internet - cloudflare tunnel - cloudfared docker - traefik docker - service (nextcloud) docker

So I want to setup something on my v-server that routes the traffic to my homeserver (truenas)

Internet - DNS (cloudflare) - v-server - (magic docker service on truenas) - traefik docker - service (nextcloud) docker

Does someone have an idea how to solve this?

you are viewing a single comment's thread
view the rest of the comments
[–] Dave811@lemmy.today 4 points 10 months ago (1 children)

The problem is with nextcloud on my end. Some files just can't get synced and bigger files won't even go through. Perhaps something is misconfigured, but I think I red something, that cloudflare tunnels only support x gb of traffic at once.

[–] CriticalMiss@lemmy.world 1 points 10 months ago (1 children)

CF free tier specifies in their ToS it's not for media so likely yeah, you're getting some sort of rate limitation.

[–] p5f20w18k@lemmy.world 2 points 10 months ago (1 children)
[–] Pulp@lemmy.dbzer0.com 2 points 10 months ago (1 children)

That's the HTTP POST upload limit for 1 request

[–] p5f20w18k@lemmy.world 1 points 10 months ago

Thanks good to know, after I hit this upload limit with one of my services I honestly considered nuking the whole nginx setup and using WG or TS, still on the fence about it all