Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

GreenCloud | #1 TOP PROVIDER 2024 SALE | DOUBLE PROMOTIONS with GENOA/9950x | +$2000 GIVEAWAYS

1729730732734735810

Comments

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    ALERT ! ! ! - new syncthing leaderboard feature drop
    @Decicus @allthemtings @barbaros @Blembim @admax @sh97 @NHNHNH000 @hakurin @plumberg
    most bandwidth relayed over the last 24 hours gets a 🔥 emoji now

  • @yabarg said: Thank you. Do you recommend any docker that I can spin up fast for this? I have several vps's with unlimited bandwidth that im interested in putting to use heh

    This is the Docker Compose file I've given to others:

    services:
        syncthing-relay:
            image: syncthing/relaysrv
            ports:
                - 22067:22067
                - 22070:22070
            volumes:
                - ./config:/var/strelaysrv
            command: '-provided-by "my name is @decicus, leader of @FAT32 fanclub" -global-rate=420000 -per-session-rate=69000'
    

    Specified in bytes per second, so 420000 is only 420 kb/s
    Of course for nodes with unmetered bandwidth, you can simply remove the -global-rate and -per-session-rate flags.

    FYI: -provided-by has a character limit. I think it's 40 maximum.
    Specify your name, or some other identifier there. That's what we use to match nodes to people in the stats leaderboards.

  • @admax said:

    @Decicus said:

    @yabarg said:

    @Decicus said:

    @zGato said:
    to make things interesting: should I only add very exotic locations? or all in? I can literally deploy it as a docker stack everywhere.

    It would be very fun if you went all in, but I'd be careful about those with fairly low bandwidth quotas. It's hit or miss whether or not your relay will be used, but it can quickly rack up.

    Also, there are only like ~640 relays up right now, if you add another 400 you basically have 40% LOL

    so is it like a public tor node? im hosting it for the public to use, and im using my bandwidth right? I have several idle vps's that I might install it on

    It uses a similar concept, yes - There aren't really any risks (besides bandwidth usage) or bad reputation (that I know of) related to Syncthing though, compared to Tor.

    Even if your provider explicitly disallows Tor (even relays), a Syncthing relay is probably still fine.

    Syncthing relay: The "courier" of file synchronization.
    Tor relay: The "misty passage" of the anonymous network.

    After this sale thread I've learned about Syncthings and such, currently digging into it more. Thank you gentlemens from the relays force.

    Thanked by 1allthemtings
  • MOARRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR

    Thanked by 2admax abtdw
  • @Decicus said:

    @yabarg said: Thank you. Do you recommend any docker that I can spin up fast for this? I have several vps's with unlimited bandwidth that im interested in putting to use heh

    This is the Docker Compose file I've given to others:

    services:
        syncthing-relay:
            image: syncthing/relaysrv
            ports:
                - 22067:22067
                - 22070:22070
            volumes:
                - ./config:/var/strelaysrv
            command: '-provided-by "my name is @decicus, leader of @FAT32 fanclub" -global-rate=420000 -per-session-rate=69000'
    

    Specified in bytes per second, so 420000 is only 420 kb/s
    Of course for nodes with unmetered bandwidth, you can simply remove the -global-rate and -per-session-rate flags.

    FYI: -provided-by has a character limit. I think it's 40 maximum.
    Specify your name, or some other identifier there. That's what we use to match nodes to people in the stats leaderboards.

    I was talking with sir @beanman109 and he said that -global-rate=420000 -per-session-rate=69000' might limit this to kbit speeds, do you know what are the actual speed values it limits to?

  • @Decicus said:

    @yabarg said: Thank you. Do you recommend any docker that I can spin up fast for this? I have several vps's with unlimited bandwidth that im interested in putting to use heh

    This is the Docker Compose file I've given to others:

    services:
        syncthing-relay:
            image: syncthing/relaysrv
            ports:
                - 22067:22067
                - 22070:22070
            volumes:
                - ./config:/var/strelaysrv
            command: '-provided-by "my name is @decicus, leader of @FAT32 fanclub" -global-rate=420000 -per-session-rate=69000'
    

    Specified in bytes per second, so 420000 is only 420 kb/s
    Of course for nodes with unmetered bandwidth, you can simply remove the -global-rate and -per-session-rate flags.

    FYI: -provided-by has a character limit. I think it's 40 maximum.
    Specify your name, or some other identifier there. That's what we use to match nodes to people in the stats leaderboards.

    Thank you, time to go and install this on my servers :)

    Thanked by 1Decicus
  • @beanman109 said:
    ALERT ! ! ! - new syncthing leaderboard feature drop
    @Decicus @allthemtings @barbaros @Blembim @admax @sh97 @NHNHNH000 @hakurin @plumberg
    most bandwidth relayed over the last 24 hours gets a 🔥 emoji now

    It's lit (literally)

  • admaxadmax Member, Megathread Squad

    MOARRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR

  • @barbaros said:

    @Decicus said:

    @yabarg said: Thank you. Do you recommend any docker that I can spin up fast for this? I have several vps's with unlimited bandwidth that im interested in putting to use heh

    This is the Docker Compose file I've given to others:

    services:
        syncthing-relay:
            image: syncthing/relaysrv
            ports:
                - 22067:22067
                - 22070:22070
            volumes:
                - ./config:/var/strelaysrv
            command: '-provided-by "my name is @decicus, leader of @FAT32 fanclub" -global-rate=420000 -per-session-rate=69000'
    

    Specified in bytes per second, so 420000 is only 420 kb/s
    Of course for nodes with unmetered bandwidth, you can simply remove the -global-rate and -per-session-rate flags.

    FYI: -provided-by has a character limit. I think it's 40 maximum.
    Specify your name, or some other identifier there. That's what we use to match nodes to people in the stats leaderboards.

    I was talking with sir @beanman109 and he said that -global-rate=420000 -per-session-rate=69000' might limit this to kbit speeds, do you know what are the actual speed values it limits to?

    Lmao wasn't think about docker compose at all. Thanks!

  • @barbaros said: I was talking with sir @beanman109 and he said that -global-rate=420000 -per-session-rate=69000' might limit this to kbit speeds, do you know what are the actual speed values it limits to?

    The documentation says "bytes/s", so I'm pretty sure it's bytes: https://docs.syncthing.net/users/strelaysrv.html#description

  • allthemtingsallthemtings Member, Megathread Squad

    network fast my man

  • nghialelenghialele Member
    edited February 2025

    @allthemtings said:

    network fast my man

    How u manage all-them-tings?

  • Let's see who will get slapped with exceeded bandwidth bill first.

  • @barbaros said:
    Let's see who will get slapped with exceeded bandwidth bill first.

    Should it be a competition too? xD

  • @barbaros said:
    Let's see who will get slapped with exceeded bandwidth bill first.

    Next leaderboards is amount of money spent on bandwidth overage charges

  • moremoremore

    Thanked by 2nghialele beanman109
  • Wtf, 990 comments while I slept for few hours :s

  • plumbergplumberg Veteran, Megathread Squad

    Time for some exercise 💪

    Reguards

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @allthemtings said:

    network fast my man

    this is a proud day for me and my syncthing relay team

  • @Decicus said:

    @zGato said:
    being totally honest, if someone can briefly explain to me what is this syncthing, I'll join a few VMs. Still can't figure out the purpose of it :joy:. Maybe I'm too dumb or asleep.

    Syncthing is just a piece of software to sync files between your own devices (well, that's the primary use case). There's no cloud storage middleman, only your own devices.

    Syncthing relays are used when people can't connect directly between said devices (in other words: NAT skill issue). Syncthing traffic is encrypted, so the relays are just to create an open route between devices.

    Thank you for this, but can you please tell me what Syncthing is being used in here. Is it for your own personal use or are you guys pooling together resources?

    And by art hosted, what is actually being hosted? Who is uploading those art? Is there some website?

  • welp, I just installed a syncthing relay on my vps. its yet to be shown on https://relay-stats.lexnet.cc

  • allthemtingsallthemtings Member, Megathread Squad

    @yabarg said:
    welp, I just installed a syncthing relay on my vps. its yet to be shown on https://relay-stats.lexnet.cc

    Why would it just appear there? You gotta message @beanman109 to be added

  • @allthemtings said:

    @yabarg said:
    welp, I just installed a syncthing relay on my vps. its yet to be shown on https://relay-stats.lexnet.cc

    Why would it just appear there? You gotta message @beanman109 to be added

    oh, I thought it was automatically gathered using some api since I could provide a custom provider in the docker compose lol

    Thanked by 1allthemtings
  • @nepkkk said: Thank you for this, but can you please tell me what Syncthing is being used in here. Is it for your own personal use or are you guys pooling together resources?

    Personal use only. We're not seeing anything of each other's data.

    Although I have a friend that uses me as a Syncthing "device". He encrypts with a password on his end, syncs to my node. Without the encryption password, I will still hold the data, but I can't access it (because it's encrypted.

    @nepkkk said: And by art hosted, what is actually being hosted? Who is uploading those art? Is there some website?

    "Art hosted" is mainly just a meme. Shoutout to iHostArt @Calin

    Thanked by 2allthemtings admax
  • allthemtingsallthemtings Member, Megathread Squad

    @yabarg said:

    @allthemtings said:

    @yabarg said:
    welp, I just installed a syncthing relay on my vps. its yet to be shown on https://relay-stats.lexnet.cc

    Why would it just appear there? You gotta message @beanman109 to be added

    oh, I thought it was automatically gathered using some api since I could provide a custom provider in the docker compose lol

    Message @beanman109 with your provider name and he will add you once he gets a minute

    welcome to the army

  • @yabarg said:

    @allthemtings said:

    @yabarg said:
    welp, I just installed a syncthing relay on my vps. its yet to be shown on https://relay-stats.lexnet.cc

    Why would it just appear there? You gotta message @beanman109 to be added

    oh, I thought it was automatically gathered using some api since I could provide a custom provider in the docker compose lol

    Me too, I thought it could be extracted using a specific name template or something similar.

  • @yabarg said:

    @allthemtings said:

    @yabarg said:
    welp, I just installed a syncthing relay on my vps. its yet to be shown on https://relay-stats.lexnet.cc

    Why would it just appear there? You gotta message @beanman109 to be added

    oh, I thought it was automatically gathered using some api since I could provide a custom provider in the docker compose lol

    You will show up here: https://relays.syncthing.net/

    But both me and @beanman109's sites have a filter to only fetch from certain relays

    Thanked by 2admax beanman109
  • allthemtingsallthemtings Member, Megathread Squad

    @NaughtyWombat said:

    @yabarg said:

    @allthemtings said:

    @yabarg said:
    welp, I just installed a syncthing relay on my vps. its yet to be shown on https://relay-stats.lexnet.cc

    Why would it just appear there? You gotta message @beanman109 to be added

    oh, I thought it was automatically gathered using some api since I could provide a custom provider in the docker compose lol

    Me too, I thought it could be extracted using a specific name template or something similar.

    Provider name is put so it can be pulled easily from here https://relays.syncthing.net/

    Thanked by 2beanman109 Decicus
  • @Decicus said:

    @nepkkk said: Thank you for this, but can you please tell me what Syncthing is being used in here. Is it for your own personal use or are you guys pooling together resources?

    Personal use only. We're not seeing anything of each other's data.

    Although I have a friend that uses me as a Syncthing "device". He encrypts with a password on his end, syncs to my node. Without the encryption password, I will still hold the data, but I can't access it (because it's encrypted.

    So it can work as a backup solution (moving data from phone to VPS)?

    @nepkkk said: And by art hosted, what is actually being hosted? Who is uploading those art? Is there some website?

    "Art hosted" is mainly just a meme. Shoutout to iHostArt @Calin

    So it's a list of total resources of VPS each one has? Does "art hosted" mean data used or does it count idle resources too?

  • plumbergplumberg Veteran, Megathread Squad

    Maybe syncthing official relay page should redirect to relay-stats.lexnet.cc

    Thanked by 3Decicus hakurin sh97
Sign In or Register to comment.