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

1139140142144145810

Comments

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @sh97 said:

    @beanman109 said:
    can anyone recommend a self hosted imgur alternative, preferably with a admin page to authenticate before uploading photos

    bonus points if its got a docker image
    bonus bonus points if it has an option to randomize the image file name when you upload and doesn't have a publicly accessible directory of all images like img.ihostart.com does

    zipline, been using for 2 years now.
    edit: cumrade zgato beat me to it.

    not gonna lie i think it might be chibisafe for me, i can't get zipline working by pasting the docker-compose directly from the web into my machine and that might be a deal breaker

    Thanked by 3Blembim plumberg admax
  • nghialelenghialele Member
    edited February 2025

    Bro I gotta work to recharge my card for next deals.

  • So while we’re asking about self hosted things and while I look at what to throw on one of these new sparkling VPS, any recommendations on a self hosted RSS aggregator that’ll fetch full text articles. Would be predominately using an app to do the viewing so the web viewer doesn’t have to be anything too amazing.

    FreshRSS, TTRSS (Tiny Tiny RSS), MiniFlux and RSSHub all popped up pretty frequently in my search yesterday but haven’t really looked at them too closely yet. Maybe someone’s had experience.

    Thanked by 1beanman109
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @zGato said: change-me

    okay check it now

    Thanked by 1Blembim
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @Smigit said:
    So while we’re asking about self hosted things and while I look at what to throw on one of these new sparkling VPS, any recommendations on a self hosted RSS aggregator that’ll fetch full text articles. Would be predominately using an app to do the viewing so the web viewer doesn’t have to be anything too amazing.

    FreshRSS, TTRSS (Tiny Tiny RSS), MiniFlux and RSSHub all popped up pretty frequently in my search yesterday but haven’t really looked at them too closely yet. Maybe someone’s had experience.

    i've heard a lot of good things about freshrss, although i don't use any aggregators myself so i can't really help much more

  • @Smigit said:
    So while we’re asking about self hosted things and while I look at what to throw on one of these new sparkling VPS, any recommendations on a self hosted RSS aggregator that’ll fetch full text articles. Would be predominately using an app to do the viewing so the web viewer doesn’t have to be anything too amazing.

    FreshRSS, TTRSS (Tiny Tiny RSS), MiniFlux and RSSHub all popped up pretty frequently in my search yesterday but haven’t really looked at them too closely yet. Maybe someone’s had experience.

    I use MiniFlux

    Thanked by 1Smigit
  • What happened here... I just woke up...

  • @beanman109 said:

    @zGato said: change-me

    okay check it now

    beautiful

    @Calin sponsor this man now

  • @barbaros said:
    What happened here... I just woke up...

    FYI)

    @haodo said:
    From this point: For any double promotion eligible deals, please claim the double resources right after you get the deal otherwise it will drop. It is bit hard for us to track back and the codes might be similar from time to time. Thank you for understanding.

  • SmigitSmigit Member
    edited February 2025

    @barbaros said:
    What happened here... I just woke up...

    @NDTN has challenged us to get to 1 million views in order to secure a secret, but apparently very nice surprise.

    Otherwise there was some Singapore storage and LA Genoa deals.

    All the 5 Australians here were logged in at once and talking about Queen Street Hungry Jacks, which probably didn’t resonate as strongly with the rest of the worlds users. I think we concluded that Sydney is a shit hole and Australia has lots of rats along with spiders and snakes.

  • Just finished a meeting, where are you all?

  • @Smigit said:

    @barbaros said:
    What happened here... I just woke up...

    @NDTN has challenged us to get to 1 million views in order to secure a secret, but apparently very nice surprise.

    Otherwise there was some Singapore storage and LA Genoa deals.

    All the 5 Australians here were logged in at once and talking about Queen Street Hungry Jacks, which probably didn’t resonate as strongly with the rest of the worlds users. I think we concluded that Sydney is a shit hole and Australia has lots of rats along with spiders and snakes.

    Also the first provider to do a $15 yr Brisbane hosted VPS will get the lifelong affection of @beanman109 . GreenCloud yet to show that they can step up to that tall ask, but maybe that’s what the 1 million views will get us.

  • sh97sh97 Member, Host Rep

    @beanman109 said:

    @sh97 said:

    @beanman109 said:
    can anyone recommend a self hosted imgur alternative, preferably with a admin page to authenticate before uploading photos

    bonus points if its got a docker image
    bonus bonus points if it has an option to randomize the image file name when you upload and doesn't have a publicly accessible directory of all images like img.ihostart.com does

    zipline, been using for 2 years now.
    edit: cumrade zgato beat me to it.

    not gonna lie i think it might be chibisafe for me, i can't get zipline working by pasting the docker-compose directly from the web into my machine and that might be a deal breaker

    version: '3'
    services:
      postgres:
        image: postgres:15
        restart: unless-stopped
        environment:
          - POSTGRES_USER=x
          - POSTGRES_PASSWORD=xx
          - POSTGRES_DATABASE=postgres
        volumes:
          - /root/zipline/pg_data:/var/lib/postgresql/data
        healthcheck:
          test: ['CMD-SHELL', 'pg_isready -U postgres']
          interval: 10s
          timeout: 5s
          retries: 5
    
      zipline:
        image: ghcr.io/diced/zipline
        ports:
          - '59591:4545'
        restart: unless-stopped
        environment:
          - MFA_TOTP_ENABLED=true
          - WEBSITE_SHOW_FILES_PER_USER=true
          - WEBSITE_TITLE=Zipline-Secure
          - CORE_RETURN_HTTPS=true
          - CORE_SECRET=calinrocks
          - CORE_HOST=0.0.0.0
          - CORE_PORT=4545
          - CORE_DATABASE_URL=postgres://x:xx@postgres/postgres
          - CORE_LOGGER=true
        volumes:
          - '/root/zipline/uploads:/zipline/uploads'
          - '/root/zipline/public:/zipline/public'
        depends_on:
          - 'postgres'
    
  • @sh97 said:

    @beanman109 said:

    @sh97 said:

    @beanman109 said:
    can anyone recommend a self hosted imgur alternative, preferably with a admin page to authenticate before uploading photos

    bonus points if its got a docker image
    bonus bonus points if it has an option to randomize the image file name when you upload and doesn't have a publicly accessible directory of all images like img.ihostart.com does

    zipline, been using for 2 years now.
    edit: cumrade zgato beat me to it.

    not gonna lie i think it might be chibisafe for me, i can't get zipline working by pasting the docker-compose directly from the web into my machine and that might be a deal breaker

    version: '3'
    services:
      postgres:
        image: postgres:15
        restart: unless-stopped
        environment:
          - POSTGRES_USER=x
          - POSTGRES_PASSWORD=xx
          - POSTGRES_DATABASE=postgres
        volumes:
          - /root/zipline/pg_data:/var/lib/postgresql/data
        healthcheck:
          test: ['CMD-SHELL', 'pg_isready -U postgres']
          interval: 10s
          timeout: 5s
          retries: 5
    
      zipline:
        image: ghcr.io/diced/zipline
        ports:
          - '59591:4545'
        restart: unless-stopped
        environment:
          - MFA_TOTP_ENABLED=true
          - WEBSITE_SHOW_FILES_PER_USER=true
          - WEBSITE_TITLE=Zipline-Secure
          - CORE_RETURN_HTTPS=true
          - CORE_SECRET=calinrocks
          - CORE_HOST=0.0.0.0
          - CORE_PORT=4545
          - CORE_DATABASE_URL=postgres://x:xx@postgres/postgres
          - CORE_LOGGER=true
        volumes:
          - '/root/zipline/uploads:/zipline/uploads'
          - '/root/zipline/public:/zipline/public'
        depends_on:
          - 'postgres'
    

    This isn’t a secret.

    - CORE_SECRET=calinrocks

  • sh97sh97 Member, Host Rep

    @Smigit said:

    @sh97 said:

    @beanman109 said:

    @sh97 said:

    @beanman109 said:
    can anyone recommend a self hosted imgur alternative, preferably with a admin page to authenticate before uploading photos

    bonus points if its got a docker image
    bonus bonus points if it has an option to randomize the image file name when you upload and doesn't have a publicly accessible directory of all images like img.ihostart.com does

    zipline, been using for 2 years now.
    edit: cumrade zgato beat me to it.

    not gonna lie i think it might be chibisafe for me, i can't get zipline working by pasting the docker-compose directly from the web into my machine and that might be a deal breaker

    version: '3'
    services:
      postgres:
        image: postgres:15
        restart: unless-stopped
        environment:
          - POSTGRES_USER=x
          - POSTGRES_PASSWORD=xx
          - POSTGRES_DATABASE=postgres
        volumes:
          - /root/zipline/pg_data:/var/lib/postgresql/data
        healthcheck:
          test: ['CMD-SHELL', 'pg_isready -U postgres']
          interval: 10s
          timeout: 5s
          retries: 5
    
      zipline:
        image: ghcr.io/diced/zipline
        ports:
          - '59591:4545'
        restart: unless-stopped
        environment:
          - MFA_TOTP_ENABLED=true
          - WEBSITE_SHOW_FILES_PER_USER=true
          - WEBSITE_TITLE=Zipline-Secure
          - CORE_RETURN_HTTPS=true
          - CORE_SECRET=calinrocks
          - CORE_HOST=0.0.0.0
          - CORE_PORT=4545
          - CORE_DATABASE_URL=postgres://x:xx@postgres/postgres
          - CORE_LOGGER=true
        volumes:
          - '/root/zipline/uploads:/zipline/uploads'
          - '/root/zipline/public:/zipline/public'
        depends_on:
          - 'postgres'
    

    This isn’t a secret.

    - CORE_SECRET=calinrocks

    yea replace that and postgres stuff with actual values

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    why the fuck have i been using imgur this whole time ffs

    Thanked by 2zGato nghialele
  • @sh97 said:

    @beanman109 said:

    @sh97 said:

    @beanman109 said:
    can anyone recommend a self hosted imgur alternative, preferably with a admin page to authenticate before uploading photos

    bonus points if its got a docker image
    bonus bonus points if it has an option to randomize the image file name when you upload and doesn't have a publicly accessible directory of all images like img.ihostart.com does

    zipline, been using for 2 years now.
    edit: cumrade zgato beat me to it.

    not gonna lie i think it might be chibisafe for me, i can't get zipline working by pasting the docker-compose directly from the web into my machine and that might be a deal breaker

    version: '3'
    services:
      postgres:
        image: postgres:15
        restart: unless-stopped
        environment:
          - POSTGRES_USER=x
          - POSTGRES_PASSWORD=xx
          - POSTGRES_DATABASE=postgres
        volumes:
          - /root/zipline/pg_data:/var/lib/postgresql/data
        healthcheck:
          test: ['CMD-SHELL', 'pg_isready -U postgres']
          interval: 10s
          timeout: 5s
          retries: 5
    
      zipline:
        image: ghcr.io/diced/zipline
        ports:
          - '59591:4545'
        restart: unless-stopped
        environment:
          - MFA_TOTP_ENABLED=true
          - WEBSITE_SHOW_FILES_PER_USER=true
          - WEBSITE_TITLE=Zipline-Secure
          - CORE_RETURN_HTTPS=true
          - CORE_SECRET=calinrocks
          - CORE_HOST=0.0.0.0
          - CORE_PORT=4545
          - CORE_DATABASE_URL=postgres://x:xx@postgres/postgres
          - CORE_LOGGER=true
        volumes:
          - '/root/zipline/uploads:/zipline/uploads'
          - '/root/zipline/public:/zipline/public'
        depends_on:
          - 'postgres'
    

    this... didn't work? looks alright to me lol

    Thanked by 1beanman109
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @sh97 said:

    @Smigit said:

    @sh97 said:

    @beanman109 said:

    @sh97 said:

    @beanman109 said:
    can anyone recommend a self hosted imgur alternative, preferably with a admin page to authenticate before uploading photos

    bonus points if its got a docker image
    bonus bonus points if it has an option to randomize the image file name when you upload and doesn't have a publicly accessible directory of all images like img.ihostart.com does

    zipline, been using for 2 years now.
    edit: cumrade zgato beat me to it.

    not gonna lie i think it might be chibisafe for me, i can't get zipline working by pasting the docker-compose directly from the web into my machine and that might be a deal breaker

    version: '3'
    services:
      postgres:
        image: postgres:15
        restart: unless-stopped
        environment:
          - POSTGRES_USER=x
          - POSTGRES_PASSWORD=xx
          - POSTGRES_DATABASE=postgres
        volumes:
          - /root/zipline/pg_data:/var/lib/postgresql/data
        healthcheck:
          test: ['CMD-SHELL', 'pg_isready -U postgres']
          interval: 10s
          timeout: 5s
          retries: 5
    
      zipline:
        image: ghcr.io/diced/zipline
        ports:
          - '59591:4545'
        restart: unless-stopped
        environment:
          - MFA_TOTP_ENABLED=true
          - WEBSITE_SHOW_FILES_PER_USER=true
          - WEBSITE_TITLE=Zipline-Secure
          - CORE_RETURN_HTTPS=true
          - CORE_SECRET=calinrocks
          - CORE_HOST=0.0.0.0
          - CORE_PORT=4545
          - CORE_DATABASE_URL=postgres://x:xx@postgres/postgres
          - CORE_LOGGER=true
        volumes:
          - '/root/zipline/uploads:/zipline/uploads'
          - '/root/zipline/public:/zipline/public'
        depends_on:
          - 'postgres'
    

    This isn’t a secret.

    - CORE_SECRET=calinrocks

    yea replace that and postgres stuff with actual values

    it still dies with that and idk how to set postgres stuff closest i get to a real db is an SQLite file

    zipline_1 | [2025-02-20T11:20:31 ERROR server] DATABASE_URL not set, exiting...

  • @beanman109 said:
    why the fuck have i been using imgur this whole time ffs

    wait is there a better alternative?

    Thanked by 1beanman109
  • @Smigit said:

    @barbaros said:
    What happened here... I just woke up...

    ... Australia has lots of rats along with spiders and snakes.

    And a few Kangaroos hidden in the data centers.

    Thanked by 1beanman109
  • allthemtingsallthemtings Member, Megathread Squad

    it s possibel upload to sister vault? @beanman109

    Thanked by 2beanman109 Smigit
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @allthemtings said:
    it s possibel upload to sister vault? @beanman109

    ymca and adulte contet only

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @barbaros said:

    @beanman109 said:
    why the fuck have i been using imgur this whole time ffs

    wait is there a better alternative?

    yeah chibisafe or zipline apparently
    this shit is way better, sharex compatibility so i can upload screenshots straight from a hotkey drag and drop

  • allthemtingsallthemtings Member, Megathread Squad
  • plumbergplumberg Veteran, Megathread Squad

    Ok
    It feels surreal to start a new day with 1000+ comments on a single thread everyday

    Good day green bitches' 💚

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    someone let me poke around in their zipline instance and if i like what i see i'll convince myself to figure out the postgres error

  • @hailin said:
    BudgetKVM-2 11.11 deals? I want this

    YES :smile:

  • wadhahwadhah Member, Host Rep
    edited February 2025

    @beanman109 said:
    why the fuck have i been using imgur this whole time ffs

    imgur is a privacy nightmare. Rimgo is a free open source imgur frontend that proxies images (links and embedded images) into your own server or a public instance.

    https://codeberg.org/rimgo/rimgo

    And yes a docker image is available. Super easy to setup in minutes (or to use a public instance).

    Thanked by 3beanman109 Decicus 0xC7
  • @allthemtings said:
    Where did everyone go @FAT32 @NDTN @haodo

    They must be drinking to release big deals.

    Thanked by 1FAT32
Sign In or Register to comment.