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

Offical apps | Community apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Anytype (finally) released for public beta

Anytype (finally) released for public beta

Scheduled Pinned Locked Moved App Wishlist
47 Posts 20 Posters 29.8k Views 20 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.
  • andreasduerenA Offline
    andreasduerenA Offline
    andreasdueren
    App Dev
    wrote on last edited by
    #35

    So basically, this would need the any-sync-node?

    ? 1 Reply Last reply
    2
    • andreasduerenA andreasdueren

      So basically, this would need the any-sync-node?

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by [[global:former-user]]
      #36

      @andreasdueren well, we have this: https://github.com/anyproto/any-sync-dockercompose
      And here are the docs on how to do it: https://doc.anytype.io/anytype-docs/data-and-security/self-hosting/self-hosted / https://tech.anytype.io/how-to/self-hosting
      So basically docker is already available, which would make it quite easy to get it to cloudron, as far my understanding goes.

      andreasduerenA 1 Reply Last reply
      3
      • scookeS scooke

        I've scheduled myself to ask for an update 2 months from now.

        jdaviescoatesJ Offline
        jdaviescoatesJ Offline
        jdaviescoates
        wrote on last edited by
        #37

        @scooke said in Anytype (finally) released for public beta:

        I've scheduled myself to ask for an update 2 months from now.

        😆

        Good pattern spotting!

        I use Cloudron with Gandi & Hetzner

        1 Reply Last reply
        1
        • ? A Former User

          @andreasdueren well, we have this: https://github.com/anyproto/any-sync-dockercompose
          And here are the docs on how to do it: https://doc.anytype.io/anytype-docs/data-and-security/self-hosting/self-hosted / https://tech.anytype.io/how-to/self-hosting
          So basically docker is already available, which would make it quite easy to get it to cloudron, as far my understanding goes.

          andreasduerenA Offline
          andreasduerenA Offline
          andreasdueren
          App Dev
          wrote on last edited by
          #38

          @timbo I mean … in theory …

          1 Reply Last reply
          0
          • fbartelsF Offline
            fbartelsF Offline
            fbartels
            App Dev
            wrote on last edited by
            #39

            I just learned about https://github.com/grishy/any-sync-bundle/ it is a repackaged server to make self hosting the sync server easier.

            This example lists the environment variables that it needs to have set for external redis and mongodb:
            https://github.com/grishy/any-sync-bundle/blob/main/compose.external.yml

            1 Reply Last reply
            5
            • L Offline
              L Offline
              LoudLemur
              wrote on last edited by
              #40
              This post is deleted!
              1 Reply Last reply
              0
              • C Offline
                C Offline
                chmod777
                wrote on last edited by
                #41

                It would be amazing to have AnyType on Cloudron! 🤞

                1 Reply Last reply
                3
                • ultravioletU Offline
                  ultravioletU Offline
                  ultraviolet
                  App Dev
                  wrote last edited by
                  #42

                  I have a beta packaged at https://ca.cloudron.io/app/anytype-sync

                  Been using it for a few days seems pretty stable.

                  scookeS 1 Reply Last reply
                  4
                  • ultravioletU ultraviolet

                    I have a beta packaged at https://ca.cloudron.io/app/anytype-sync

                    Been using it for a few days seems pretty stable.

                    scookeS Offline
                    scookeS Offline
                    scooke
                    wrote last edited by
                    #43

                    @ultraviolet This is the app, or just a sync service? I'm not familiar with the software apart from reading the name everywhere.

                    A life lived in fear is a life half-lived

                    marcusquinnM 1 Reply Last reply
                    0
                    • scookeS scooke

                      @ultraviolet This is the app, or just a sync service? I'm not familiar with the software apart from reading the name everywhere.

                      marcusquinnM Offline
                      marcusquinnM Offline
                      marcusquinn
                      wrote last edited by
                      #44

                      @scooke I believe just a private sync service / relay, for if you don't trust theirs.

                      Web Design & Development: https://www.evergreen.je
                      Technology & Apps: https://www.marcusquinn.com

                      1 Reply Last reply
                      1
                      • fbartelsF Offline
                        fbartelsF Offline
                        fbartels
                        App Dev
                        wrote last edited by
                        #45

                        I have not tried the custom app, but the components in it are "only" the sync backend. Anytype does not provide a webclient unfortunately and everything goes through the desktop or mobile apps. How to use a self hosted backend is explained https://doc.anytype.io/anytype/data/sync-and-backup/self-host

                        @ultraviolet is there a particular reason why you went with the anytype components directly instead of the more leightweight https://github.com/grishy/any-sync-bundle/ ?

                        1 Reply Last reply
                        1
                        • ultravioletU Offline
                          ultravioletU Offline
                          ultraviolet
                          App Dev
                          wrote last edited by ultraviolet
                          #46

                          Correct this is the backend only sync services. To be honest @fbartels I never knew that existed I just looked at the anytype components and ported it from their docker file. Using the cloudron connectors too i.e minio and reddis with just a mention in the manifest file. Are their pros for the all in one? I can create a version with that too but I thought a community app might be faster. Happy for feedback

                          1 Reply Last reply
                          1
                          • fbartelsF Offline
                            fbartelsF Offline
                            fbartels
                            App Dev
                            wrote last edited by
                            #47

                            From my understanding the sync bundle is less moving parts and can work without the s3 bucket. But I haven’t looked to close into your repo yet, so I cannot say how you have solved this part.

                            I’m a long time Anytype user. But I have a subscription with them, so I am not an immediate candidate for a migration.

                            1 Reply Last reply
                            2

                            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