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
  • Brite
  • 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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. ZeroNet

ZeroNet

Scheduled Pinned Locked Moved App Wishlist
43 Posts 8 Posters 9.9k Views 9 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.
  • timconsidineT timconsidine

    released v1.0.76

    • 'data' folder was not missing - just mapped directly to (i.e. included in /app/data) - but changed to /app/data/data - "clumsy" but more conventional for zeronet maybe

    • Tor enabled in / out

    I dislike the conventional 0net approach of hosting a default standard home page from another site - confusing to new users in my view - so I made my own home page which is clearer (but can be fleshed out or adapted further if needed), with links to the standard sites included for conventionality.

    Highly recommend a new install in new container for testing (and live use) as many small changes. 1 line install :

    curl -fsSL https://customappgateway.appx.uk/install.sh | bash -s -- --install-app "zeronet"

    Screenshot 2026-02-14 at 13.15.11.png

    robiR Offline
    robiR Offline
    robi
    wrote last edited by robi
    #32

    @timconsidine said in ZeroNet:

    released v1.0.76

    Thank you!

    • 'data' folder was not missing - just mapped directly to (i.e. included in /app/data) - but changed to /app/data/data - "clumsy" but more conventional for zeronet maybe

    Alright, that data/ dir is the expected place by the code. It has very specific reasons for that structure, just like public_html/ does. Some things do not go in there, like the config file, as it is then writable from the web. But the Geolite DB is expected there, or the right menu breaks (drag the 0 menu left) the world.

    • Tor enabled in / out

    You set the Tor option to Always, instead of Enabled, so it will funnel ALL requests through tor, not just the Tor connections. This is going to make things very slow.

    I dislike the conventional 0net approach of hosting a default standard home page from another site - confusing to new users in my view - so I made my own home page which is clearer (but can be fleshed out or adapted further if needed), with links to the standard sites included for conventionality.

    Oh, that totally defeats the purpose as the magic of Zeronet is it's default homepage. It's not static as it keeps track of the sites you visit and let's you know of new posts in forums, blogs, etc. It's the lifeblood of the Zeronet experience. Changing it removes that magic.

    Each fork has it's own default page since there are specifics linked to it like new versions of old zites that no longer work or new ID sites, etc. Important to keep it.

    One should be able to change and update the UI password as well. Doesn't seem possible at the moment, hardcoded?

    The plugins dir is also missing or not linked to /app/data/, which is how features get turned on and off in Zeronet, by renaming of these plugin dirs.

    Right now I can't seem to browse to anywhere and it keeps asking for the UI pw for every zite. Missing plugins.

    Getting closer to functional!

    Please restore the vanilla install experience.

    Conscious tech

    1 Reply Last reply
    0
    • timconsidineT Online
      timconsidineT Online
      timconsidine
      App Dev
      wrote last edited by timconsidine
      #33

      Right now I can't seem to browse to anywhere and it keeps asking for the UI pw for every zite. Missing plugins.

      • Strange
        I have been clicking away randomly without any real issues - just sites that seems to have no new content for 5+ years

      • ZeroBlog (on original home page) : no new content since December 31, 2019

      • I haven't been asked for the password once after initial login

      Changing it removes that magic.

      My homepage keeps track of where I visited
      Not sure of new blog posts as I haven't joined any yet

      It's the lifeblood of the Zeronet experience.

      But it is so darned ugly !

      Will do some more investigating, but back on trying to make Dify work in Cloudron

      ✅ The original home page is still available as link from my home page - maybe that will provide the blog post stuff ? Will try to check

      Indie app dev, scratching my itches, lover of Cloudron PaaS

      1 Reply Last reply
      0
      • robiR Offline
        robiR Offline
        robi
        wrote last edited by
        #34

        Yup, ideally the entire zip extraction is available in /app/data

        While it was more actively developed, that is how the self-update mechanism worked as well, updating it's own source files.

        It's also interesting the File Manager can't open the zeronet.conf -> link file.
        Not that it should be a link.

        I tried all the links from your page, they just asked for the pw on and on.

        Since for me it's misconfigured on install, I go through and change a bunch of settings including the password, but that seems to reset on restart, so I keep getting stuck.

        Conscious tech

        1 Reply Last reply
        0
        • timconsidineT Online
          timconsidineT Online
          timconsidine
          App Dev
          wrote last edited by
          #35

          Weird
          I don’t have any of that.

          Indie app dev, scratching my itches, lover of Cloudron PaaS

          1 Reply Last reply
          0
          • timconsidineT Online
            timconsidineT Online
            timconsidine
            App Dev
            wrote last edited by
            #36

            @robi / others interested

            I have revisited the Zeronet repo / build.
            Should now be a working vanilla Zeronet Conservancy deployment.

            v2.0.0
            repo : https://git.cloudron.io/timconsidine/cloudron-zeronet

            docker image : tcmbp132021/cloudron-zeronet:v2.0.0

            Not 100% sure it's done, because I still don't get Zeronet - excellent idea, but mostly old/stale sites, does anyone actually use Zeronet 🤷, maybe it's a "time to sync" issue, which I don't have enough patience for.

            But check it out

            Indie app dev, scratching my itches, lover of Cloudron PaaS

            robiR 1 Reply Last reply
            1
            • timconsidineT timconsidine

              @robi / others interested

              I have revisited the Zeronet repo / build.
              Should now be a working vanilla Zeronet Conservancy deployment.

              v2.0.0
              repo : https://git.cloudron.io/timconsidine/cloudron-zeronet

              docker image : tcmbp132021/cloudron-zeronet:v2.0.0

              Not 100% sure it's done, because I still don't get Zeronet - excellent idea, but mostly old/stale sites, does anyone actually use Zeronet 🤷, maybe it's a "time to sync" issue, which I don't have enough patience for.

              But check it out

              robiR Offline
              robiR Offline
              robi
              wrote last edited by
              #37

              @timconsidine it installs fine thru CCAI-P but it seems still very broken.

              Once entering the password, it doesn't even load the default home site (site dirs all empty, fails to dl/write anything? unusual), finds plenty of peers but otherwise errors.

              Config page is configured better now, but plugins dir is not in /app/data/, good that it's not in /app/data/data though.

              no bueno 🤷
              thanks for trying

              Conscious tech

              1 Reply Last reply
              0
              • timconsidineT Online
                timconsidineT Online
                timconsidine
                App Dev
                wrote last edited by timconsidine
                #38

                @robi with respect, I think your system or network or Tor is “fsck-ed”.
                Could something, another ZeroNet installed/running, be conflicting ?

                Fresh install, new container.
                The home page, now back to standard ZNC, loads in <5 seconds.
                0name archive loads in <5 seconds.
                AllnightBookstire loads in <5 seconds. (Longer for full sync)
                Ditto for 0list.
                Ditto for ZeroTalk and ZeroTalk Tech.
                Ditto for ZeroSites.
                Ditto for ZeroMail.

                Others like Syncronite take longer due to the nature of P2P
                Within 20 minutes the only site not yet loaded is 1Hello (ironic but other Zites are pulling a lot of content, don't know if that is relevant).

                Screenshot 2026-03-08 at 09.38.15.png

                If you want to suggest some Zites to check, happy to do this.
                I hate saying this, but evidence is your experience is not an app issue.

                Latest entry <9 hours ago :
                Screenshot 2026-03-08 at 09.54.57.png

                Indie app dev, scratching my itches, lover of Cloudron PaaS

                robiR 1 Reply Last reply
                0
                • timconsidineT Online
                  timconsidineT Online
                  timconsidine
                  App Dev
                  wrote last edited by
                  #39

                  Pushed some tweaks in v2.0.1 to git repo and docker hub

                  Multiple rebuilds and reinstalls done
                  What can I say : for me, it works out the box, no issues except delays entirely due to P2P/Tor. I can't control those.

                  If there is anything specific to fix, let me know.
                  Otherwise I have to mark this as done.

                  Zeronet seems to me a brilliant concept, rendered fringe/prone to outdated content by apathy of devs and users.
                  Sorry, that's just how it seems to a newbie.

                  Indie app dev, scratching my itches, lover of Cloudron PaaS

                  1 Reply Last reply
                  0
                  • timconsidineT Online
                    timconsidineT Online
                    timconsidine
                    App Dev
                    wrote last edited by
                    #40

                    What are the Four of Us Still Doing Here on Zeronet?

                    I am visiting a dead network every couple of weeks just to see if anyone is still using it and post a couple of posts to ZeroTalk Tech and The All-Night Bookstore and Cafe. Despite the fact that ZeroNet still works beautifully and governments around the world are cracking down on free speech with new "child protection" laws that don't protect children in any way, no one is using ZeroNet. Zite owners can't protect their zites from spam or even keep them up consistently, even when spam is not a factor. We are told ZeroNet is insecure. And no developer is willing to fix these problems. I know of no other decentralized network that I can actually put a website on it and have it perform half as well as ZeroNet, so I really have no better option right now than the Web.

                    I am currently running a small social media site on the Web, and I recently had to announce that I would be blocking several US states due to their new child safety laws. I am afraid the situation will only be getting worse from here on, but there is no network to move to. None! The future looks bleak for free speech, social media, and peer-to-peer networks. How did we allow ourselves to get here?

                    Indie app dev, scratching my itches, lover of Cloudron PaaS

                    1 Reply Last reply
                    0
                    • timconsidineT timconsidine

                      @robi with respect, I think your system or network or Tor is “fsck-ed”.
                      Could something, another ZeroNet installed/running, be conflicting ?

                      Fresh install, new container.
                      The home page, now back to standard ZNC, loads in <5 seconds.
                      0name archive loads in <5 seconds.
                      AllnightBookstire loads in <5 seconds. (Longer for full sync)
                      Ditto for 0list.
                      Ditto for ZeroTalk and ZeroTalk Tech.
                      Ditto for ZeroSites.
                      Ditto for ZeroMail.

                      Others like Syncronite take longer due to the nature of P2P
                      Within 20 minutes the only site not yet loaded is 1Hello (ironic but other Zites are pulling a lot of content, don't know if that is relevant).

                      Screenshot 2026-03-08 at 09.38.15.png

                      If you want to suggest some Zites to check, happy to do this.
                      I hate saying this, but evidence is your experience is not an app issue.

                      Latest entry <9 hours ago :
                      Screenshot 2026-03-08 at 09.54.57.png

                      robiR Offline
                      robiR Offline
                      robi
                      wrote last edited by
                      #41

                      @timconsidine thank you for the updates and feedback. I will try it on a different server and perhaps even the demo server to see what happens.

                      I hope the configured fileserver port is added to the app so external connections can proxy through.

                      Conscious tech

                      1 Reply Last reply
                      1
                      • timconsidineT Online
                        timconsidineT Online
                        timconsidine
                        App Dev
                        wrote last edited by
                        #42

                        I've come to the conclusion that, (my bad) out of ignorance of the history and status of Zeronet, packaging 'Zeronet Conservancy' was a huge mistake. I thought 'Conservancy' was a good concept. Seems it should have been called "preserve in aspic and never update it". Too much old history, broken/dead sites, embedded dependencies on defunct ZeroID (unless you're an old timer lucky to have one). So I am abandoning it, but work to date will be preserved in a separate folder in the git repo.

                        Instead, I will have a time-limited bash at packaging ZeroNetX ZNX.

                        Zeronet is a great concept, but it needs to work viably and realistically in 2026 and onwards.

                        Indie app dev, scratching my itches, lover of Cloudron PaaS

                        1 Reply Last reply
                        2
                        • timconsidineT Online
                          timconsidineT Online
                          timconsidine
                          App Dev
                          wrote last edited by
                          #43

                          So, feeling stupid (more than normal) for starting with ZNC (Zeronet Conservancy), ZNX (ZeronetX) is now packaged.

                          Ignoring the vagaries of P2P and Tor, this does seem to be viable.

                          Git repo : https://git.cloudron.io/timconsidine/cloudron-zeronet (same) has been refactored into 2 folders, ZNC just in case someone feels they want to take it over / use as a base, and ZNX.

                          Docker image: tcmbp132021/cloudron-zeronet:v3.0.0

                          ZNX actually allows an ID to be created and ZNX-leaning sites seem to be alive.

                          I absolutely see the value of Zeronet for different uses, including hiding in plain sight (for legitimate reasons), and it seems usable enough. Old/abandoned/un-peered sites can be ignored. Set up active sites.

                          Haven't yet found a site to promote relocation of No.10 / Millbank PHQ to central Tehran, but I will keep looking. 😄

                          Indie app dev, scratching my itches, lover of Cloudron PaaS

                          1 Reply Last reply
                          1

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          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