Tiritibambix

joined 3 years ago
[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (2 children)

Jeez, why can't people just take things lightly and have a good laugh.

[–] [email protected] 0 points 1 year ago

Jeez, why can't people just take things lightly and have a good laugh.

[–] [email protected] 24 points 1 year ago* (last edited 1 year ago)

Libreddit is great !

There is also Teddit that you can easily selfhost too and import your followed subs to. Example using docker

spoiler

version: "3.8"

services:

  teddit:
    container_name: teddit
    image: teddit/teddit:latest
    environment:
# uncomment if behind reverse proxy
    #  - DOMAIN=yourdomain.tld
    #  - USE_HELMET=true
    #  - USE_HELMET_HSTS=true
    #  - TRUST_PROXY=true
      - REDIS_HOST=teddit-redis
    ports:
      - "8080:8080"
    networks:
      - teddit_net
    healthcheck:
      test: ["CMD", "wget" ,"--no-verbose", "--tries=1", "--spider", "http://localhost:8080/about"]
      interval: 1m
      timeout: 3s
    depends_on:
      - teddit-redis
#    volumes:
#      - /srv/path/Teddit/config.js:/teddit/config.js        #for your subreddits

  teddit-redis:
    container_name: teddit-redis
    image: redis:6.2.5-alpine
    command: redis-server
    environment:
      - REDIS_REPLICATION_MODE=master
    networks:
      - teddit_net

networks:
  teddit_net:

Some public instances :

teddit.ggc-project.de

teddit.zaggy.nl

teddit.tinfoil-hat.net

teddit.domain.glass

[–] [email protected] 4 points 1 year ago

Begone, brittle bones. Keep drinking melk, so that you don't shatter next time you try something your body can't overcome.

[–] [email protected] 3 points 1 year ago (1 children)

Thanks for correcting. I don't know such tools that let you download directly from Spotify. Do you mind naming one ?

[–] [email protected] 9 points 1 year ago

We don't have to have the same humour, that's ok

[–] [email protected] 4 points 1 year ago (1 children)

Say that to the bus that hit me a few years back

ᕦ⁠ʕ⁠ ⁠•⁠ᴥ⁠•⁠ʔ⁠ᕤ

[–] [email protected] 5 points 1 year ago (3 children)

All "Spotify downloaders" you'll find actually fetch from YouTube, where quality is crap (if you care about it).

Deemix is great. It'll grab 128kbps for a free account, or 320kbps/FLAC if you have a premium account, or a working ARL. You can find some with a good search engine.

[–] [email protected] 9 points 1 year ago (5 children)

Someone is insecure about the strength of his bones...

[–] [email protected] 5 points 1 year ago

You didn't read my post well enough, bot...

[–] [email protected] 14 points 1 year ago (5 children)

Apparently you've never met one of us before ᕙ⁠(⁠⇀⁠‸⁠↼⁠‶⁠)⁠ᕗ

[–] [email protected] 3 points 1 year ago

It absolutely is. It also looks unsustainable, with such a name and icons branding.

I like the idea though.

view more: ‹ prev next ›