Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Teddit - alternative Reddit front-end focused on privacy

Teddit - alternative Reddit front-end focused on privacy

Scheduled Pinned Locked Moved Solved App Wishlist
32 Posts 6 Posters 6.6k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • robiR robi

    Makes one wonder why all the API pricing fuss.

    Still, I'd prefer a self-hosted reddit over this, but both are useful apps. Same for nitter and bibliogram, etc.

    L Offline
    L Offline
    LoudLemur
    wrote on last edited by
    #20

    @robi said in Teddit - alternative Reddit front-end focused on privacy:

    Still, I'd prefer a self-hosted reddit over this, but both are useful apps. Same for nitter and bibliogram, etc.

    I think you already know Plebbit, which is a Free Software, distributed, self-hosted alternative to Reddit:

    https://forum.cloudron.io/topic/7267/plebbit-on-cloudron-anonymous-distributed-reddit-alternative?_=1688312468343

    Privacy Redirect is a browser extension which greatly improves life by sending you to privacy-friendly instances for e.g. Reddit, Youtube, etc.

    https://forum.cloudron.io/topic/8218/i-want-a-ballroom-made-entirely-of-waterfalls?_=1688312468347

    1 Reply Last reply
    1
    • necrevistonnezrN necrevistonnezr

      @robi well, it‘s more a “viewer” for reddit. You can’t login or post or upvote but you can subscribe and save articles outside your reddit account. That’s why this was not an option for Apollo and the like.
      I think for many that’s exactly the level of “interaction” you wanna have with reddit after the shit they pulled in the last weeks… Use it as a knowledge base but don’t add value to it.

      L Offline
      L Offline
      LoudLemur
      wrote on last edited by
      #21

      @necrevistonnezr said in Teddit - alternative Reddit front-end focused on privacy:

      I think for many that’s exactly the level of “interaction” you wanna have with reddit after the shit they pulled in the last weeks… Use it as a knowledge base but don’t add value to it.

      This is a good point. I think most users, maybe 90% on Reddit, lurk. All they need is something like Teddit. Reddit has become yet another anti-social corporation.

      1 Reply Last reply
      1
      • KubernetesK Kubernetes

        @girish I moved it to /run and it works fine now. thanks for the hint. It need some time to get used to all those patterns 🙂

        btw: repo is updated

        L Offline
        L Offline
        LoudLemur
        wrote on last edited by
        #22

        @Kubernetes said in Teddit - alternative Reddit front-end focused on privacy:

        @girish I moved it to /run and it works fine now. thanks for the hint. It need some time to get used to all those patterns 🙂

        btw: repo is updated

        Fantastic, you rising star! I was hoping for this for some time and thank you very much for making it happen. I hope it won't be long until we see it in the main Cloudron suite of applications.

        1 Reply Last reply
        2
        • timconsidineT Offline
          timconsidineT Offline
          timconsidine
          App Dev
          wrote on last edited by
          #23

          There is also LibReddit as a view-only reading app for Reddit
          https://github.com/libreddit/libreddit
          Might be easy to package

          1 Reply Last reply
          2
          • robiR robi

            Makes one wonder why all the API pricing fuss.

            Still, I'd prefer a self-hosted reddit over this, but both are useful apps. Same for nitter and bibliogram, etc.

            L Offline
            L Offline
            LoudLemur
            wrote on last edited by
            #24

            @robi said in Teddit - alternative Reddit front-end focused on privacy:

            Makes one wonder why all the API pricing fuss.

            Interesting observation, and now you mention it, it does make one wonder...

            timconsidineT 1 Reply Last reply
            0
            • KubernetesK Kubernetes

              @girish I moved it to /run and it works fine now. thanks for the hint. It need some time to get used to all those patterns 🙂

              btw: repo is updated

              L Offline
              L Offline
              LoudLemur
              wrote on last edited by LoudLemur
              #25

              @Kubernetes

              Thanks very much for this. I am just looking at the documentation and quickly making a few notes which might help make using this easier for people who haven't tried using an application which is not yet officially supported on Cloudron. These notes are generally wrong, and should not be followed, but might be what a newbie might try doing.

              cloudron-app-package
              Package for deloyment of this app on Cloudron

              THIS IS ONLY A PROJECT TO MAKE IT POSSIBLE TO DEPLOY THIS APP ON CLOUDRON
              To deploy it manually on Cloudron follow this instruction:
              I think it would be good to start with stating that you need to take the image from its repo and put it onto your Cloudron's Operating System somehow, and explain how to do this.

              Say where: On your Operating System (e.g. Ubuntu) open a terminal and...
              Build the docker Image:

              It might be good to mention navigating to a particular folder.

              What goes into a terminal can be included in code brackets like this:

              docker build -t APPNAME .
              

              docker build -t APPNAME .

              Tag the docker Image:

              With instructions like this, it is also helpful for people if they see a worked example. It can also help to mention where the image registry is. For example, is it on Gitlab, or my server, or... So you could include a line saying, "For example, if your Cloudron is called funnycats.com then type this:

              docker tag APPNAME:latest https://funnycats.com/appname
              

              docker tag APPNAME:latest URL-OF-YOUR-IMAGE-REGISTRY/APPNAME

              Push Image to registry:
              It might help if it is briefly mentioned what this accomplishes.
              docker push URL-OF-YOUR-IMAGE-REGISTRY/APPNAME

              Install image on your Cloudron Instance:

              cloudron install --image URL-OF-YOUR-IMAGE-REGISTRY/APPNAME

              Thank you for choosing GNU GPLv3!
              License
              This project is under the GNU GPLv3.

              1 Reply Last reply
              0
              • L LoudLemur

                @robi said in Teddit - alternative Reddit front-end focused on privacy:

                Makes one wonder why all the API pricing fuss.

                Interesting observation, and now you mention it, it does make one wonder...

                timconsidineT Offline
                timconsidineT Offline
                timconsidine
                App Dev
                wrote on last edited by
                #26

                @LoudLemur said in Teddit - alternative Reddit front-end focused on privacy:

                it does make one wonder...

                I know nothing but I thought it was all connected to "knowledge sites" being sucked dry by AI engines harvesting data. So they raised prices, similar to Twitter imposing usage limits.

                But maybe it's about something else

                1 Reply Last reply
                1
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #27

                  @Kubernetes Pretty great how well this works! I have no idea how it gets the reddit data. I have published an initial package. Code moved to https://git.cloudron.io/cloudron/teddit-app

                  Please let the upstream project know the package exists.

                  L necrevistonnezrN 2 Replies Last reply
                  3
                  • girishG girish marked this topic as a question on
                  • girishG girish has marked this topic as solved on
                  • girishG girish

                    @Kubernetes Pretty great how well this works! I have no idea how it gets the reddit data. I have published an initial package. Code moved to https://git.cloudron.io/cloudron/teddit-app

                    Please let the upstream project know the package exists.

                    L Offline
                    L Offline
                    LoudLemur
                    wrote on last edited by
                    #28

                    @girish said in Teddit - alternative Reddit front-end focused on privacy:

                    Pretty great how well this works! I have no idea how it gets the reddit data. I have published an initial package. Code moved to https://git.cloudron.io/cloudron/teddit-app

                    I can't see this as a new application in Cloudron yet. I would like to test it there as soon as possible.

                    girishG 1 Reply Last reply
                    0
                    • L LoudLemur

                      @girish said in Teddit - alternative Reddit front-end focused on privacy:

                      Pretty great how well this works! I have no idea how it gets the reddit data. I have published an initial package. Code moved to https://git.cloudron.io/cloudron/teddit-app

                      I can't see this as a new application in Cloudron yet. I would like to test it there as soon as possible.

                      girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #29

                      @LoudLemur I announced it 5 mins too soon. Can you try again now?

                      L 1 Reply Last reply
                      1
                      • KubernetesK Kubernetes

                        @girish I moved it to /run and it works fine now. thanks for the hint. It need some time to get used to all those patterns 🙂

                        btw: repo is updated

                        girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #30

                        @Kubernetes btw, I saw that you moved the entire code into /run. Only the specific directories where the app writes into should be symlinked. By keeping the code in /app/code, we keep the code in "read only" parts of container. This keeps things more secure since the code cannot be modified at run time (prevents a whole range of attacks).

                        1 Reply Last reply
                        2
                        • necrevistonnezrN necrevistonnezr

                          @girish … and don‘t forget the proxy-auth before publishing 😁 🤗

                          necrevistonnezrN Offline
                          necrevistonnezrN Offline
                          necrevistonnezr
                          wrote on last edited by
                          #31

                          @necrevistonnezr said in Teddit - alternative Reddit front-end focused on privacy:

                          @girish … and don‘t forget the proxy-auth before publishing 😁 🤗

                          Please please 🙂

                          1 Reply Last reply
                          1
                          • girishG girish

                            @Kubernetes Pretty great how well this works! I have no idea how it gets the reddit data. I have published an initial package. Code moved to https://git.cloudron.io/cloudron/teddit-app

                            Please let the upstream project know the package exists.

                            necrevistonnezrN Offline
                            necrevistonnezrN Offline
                            necrevistonnezr
                            wrote on last edited by
                            #32

                            @girish said in Teddit - alternative Reddit front-end focused on privacy:

                            @Kubernetes Pretty great how well this works! I have no idea how it gets the reddit data.

                            I believe they use built-in reddit RSS feeds to show data.

                            1 Reply Last reply
                            0
                            • girishG girish forked this topic on
                            • girishG girish locked this topic on
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • Bookmarks
                            • Search