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. Memos - A privacy-first, lightweight note-taking service.

Memos - A privacy-first, lightweight note-taking service.

Scheduled Pinned Locked Moved Solved App Wishlist
17 Posts 7 Posters 5.9k Views 8 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.
  • jdaviescoatesJ Offline
    jdaviescoatesJ Offline
    jdaviescoates
    wrote on last edited by
    #2

    Look quite nice although in the demo version check boxes don't seem to work at all for me.

    I use Cloudron with Gandi & Hetzner

    1 Reply Last reply
    0
    • randyjcR randyjc

      Features

      • Privacy first
        Keep your own data by yourself. All data generated at runtime is saved in the SQLite database file.
      • Plain text with Markdown
        All content will be saved as plain text, not HTML. And lots of useful markdown syntax are supported.
      • Lightweight but Powerful
        Using Go + React.js + SQLite architecture, the overall package is very lightweight.
      • Customizable
        You can customize the server name, icon, description, custom system style and execution script, etc.
      • Open Source Completely
        memos believes that open source is the future, and all code is already open source in GitHub.
      • Free Forever
        All features are free forever and will never be charged in any form or content.

      Github
      Demo

      I want to learn how to package, so this will be my first attempt. somewhere over the weekend.

      Don't expect a working package from me over time. But I thought it's worth mentioning this app here.

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

      @randyjc how did your packaging go ? is the repo available ? stuck somewhere ?

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

      1 Reply Last reply
      2
      • S Offline
        S Offline
        seeker
        wrote on last edited by
        #4

        Found this video demo

        1 Reply Last reply
        1
        • robiR Offline
          robiR Offline
          robi
          wrote on last edited by
          #5

          It seems @randyjc forgot about it. Perhaps @Kubernetes likes it.

          Conscious tech

          KubernetesK 1 Reply Last reply
          1
          • robiR robi

            It seems @randyjc forgot about it. Perhaps @Kubernetes likes it.

            KubernetesK Offline
            KubernetesK Offline
            Kubernetes
            App Dev
            wrote on last edited by
            #6

            @robi I started to create an initial package and uploaded the current state to my Gitlab Repo.

            However, following problems are still to solve:

            • The memos binary seems to use the same part as binary for location of the sqlite database
            • The current build dies because of read-only of /app/code (simple to solve, because this is just caused by a chown command)
            • But even when the read-only problem for chown is solved, the memos binary throws an error, but because the terminal is reset so fast, I cannot read what the error is.
            • More errors may be there, but not yet visible

            If anyone want to contribute, that would be great!

            robiR 1 Reply Last reply
            0
            • KubernetesK Kubernetes

              @robi I started to create an initial package and uploaded the current state to my Gitlab Repo.

              However, following problems are still to solve:

              • The memos binary seems to use the same part as binary for location of the sqlite database
              • The current build dies because of read-only of /app/code (simple to solve, because this is just caused by a chown command)
              • But even when the read-only problem for chown is solved, the memos binary throws an error, but because the terminal is reset so fast, I cannot read what the error is.
              • More errors may be there, but not yet visible

              If anyone want to contribute, that would be great!

              robiR Offline
              robiR Offline
              robi
              wrote on last edited by
              #7

              @Kubernetes make sure to set the HOME env to /app/data and see if that helps with the paths.

              You can log/redirect the output of the binary to a file.

              Conscious tech

              KubernetesK 1 Reply Last reply
              0
              • robiR robi

                @Kubernetes make sure to set the HOME env to /app/data and see if that helps with the paths.

                You can log/redirect the output of the binary to a file.

                KubernetesK Offline
                KubernetesK Offline
                Kubernetes
                App Dev
                wrote on last edited by
                #8

                @robi I tried already to execute the memos binary in /app/data but received an segmentation fault error!?

                robiR 1 Reply Last reply
                0
                • KubernetesK Kubernetes

                  @robi I tried already to execute the memos binary in /app/data but received an segmentation fault error!?

                  robiR Offline
                  robiR Offline
                  robi
                  wrote on last edited by
                  #9

                  @Kubernetes that's odd, but sounds like it expects other files to be there, so it may as well run from /app/code

                  what's the error there?

                  Conscious tech

                  1 Reply Last reply
                  0
                  • KubernetesK Offline
                    KubernetesK Offline
                    Kubernetes
                    App Dev
                    wrote on last edited by
                    #10

                    It complains that /var/opt/memos is unavailable (which is true)

                    robiR 1 Reply Last reply
                    0
                    • KubernetesK Kubernetes

                      It complains that /var/opt/memos is unavailable (which is true)

                      robiR Offline
                      robiR Offline
                      robi
                      wrote on last edited by robi
                      #11

                      @Kubernetes aha! does the binary have --help options to set that elsewhere?

                      From GH:
                      The ~/.memos/ directory will be used as the data directory on your local machine, while /var/opt/memos is the directory of the volume in Docker and should not be modified.

                      HOME will take care of .memos
                      -d (--data) will set the data dir

                      Conscious tech

                      1 Reply Last reply
                      1
                      • KubernetesK Offline
                        KubernetesK Offline
                        Kubernetes
                        App Dev
                        wrote on last edited by
                        #12

                        Great, now the app starts in Cloudron, but in Browser I just get "No frontend embeded." now

                        1 Reply Last reply
                        2
                        • KubernetesK Offline
                          KubernetesK Offline
                          Kubernetes
                          App Dev
                          wrote on last edited by
                          #13

                          Ok, I still miss the frontend compilation

                          robiR 1 Reply Last reply
                          0
                          • KubernetesK Kubernetes

                            Ok, I still miss the frontend compilation

                            robiR Offline
                            robiR Offline
                            robi
                            wrote on last edited by
                            #14

                            @Kubernetes there is no separate FE app, so is the port set up right? there is also the -m prod|dev option but not sure what the difference is.

                            Conscious tech

                            1 Reply Last reply
                            0
                            • KubernetesK Offline
                              KubernetesK Offline
                              Kubernetes
                              App Dev
                              wrote on last edited by
                              #15

                              In Dockerfile the frontend is build separately in another stage build. I missed that. Just trying to get this done.

                              robiR 1 Reply Last reply
                              1
                              • KubernetesK Kubernetes

                                In Dockerfile the frontend is build separately in another stage build. I missed that. Just trying to get this done.

                                robiR Offline
                                robiR Offline
                                robi
                                wrote on last edited by
                                #16

                                @Kubernetes You're right, forgot that it was a mix.
                                there may also be a MEMOS_DATA env to set at the bottom.

                                Conscious tech

                                1 Reply Last reply
                                0
                                • nebulonN Offline
                                  nebulonN Offline
                                  nebulon
                                  Staff
                                  wrote on last edited by
                                  #17

                                  Memos is now published as unstable for testing. The new forum section is at https://forum.cloudron.io/category/197/memos

                                  1 Reply Last reply
                                  3
                                  • nebulonN nebulon marked this topic as a question on
                                  • nebulonN nebulon has marked this topic as solved on
                                  • nebulonN nebulon locked this topic on

                                  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