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


Skip to content

Memos

6 Topics 50 Posts
  • Memos - Package Updates

    Pinned Locked
    24
    0 Votes
    24 Posts
    7k Views
    Package UpdatesP
    [2.2.0] Update memos to 0.30.0 Full Changelog Access control: Instances without --instance-url (or MEMOS_INSTANCE_URL) now run in private mode. Anonymous visitors are sent to sign-in, anonymous API access is limited to setup, authentication, and shared-memo routes, and RSS feeds are unavailable. Set the instance URL to retain the previous public behavior. (d1cef7a) (415a3ec) Shared memo API: GetMemoByShare and GET /api/v1/shares/{share_id} have been replaced by GetSharedMemo and GET /api/v1/shares/{share_token}/memo. API clients must update the RPC, request type, field name, and REST path. Share-token responses are limited to the shared memo and its attachments and no longer expose the surrounding parent, comments, or relation graph. (0d2cbd4) (415a3ec) Filters: now() has been replaced by the now timestamp variable, and time fields now use CEL timestamps. Update saved shortcuts to use expressions such as created_ts >= now - duration("24h") or timestamp(<epoch>) instead of comparing time fields with bare epoch values. (26f4b73) MCP: The MCP server is now a stateless, tools-only endpoint generated from the OpenAPI schema. The previous prompts, resources, tool-filtering headers and route aliases, and unprefixed tool names have been removed. Clients must switch to /mcp and the new service-prefixed tool names. Tool errors now use isError and text content rather than a non-standard structuredContent.error payload. (#6026) (03e34bd) Webhooks: Added Standard Webhooks HMAC-SHA256 signing secrets, webhook editing, and a signing-status indicator. Secrets are generated server-side, shown after creation, and can be revealed later from the edit dialog; malformed secrets now fail validation. (#6013) (#6027) Markdown and storage: Added GFM footnote rendering and navigation, plus an insecure_skip_tls_verify option for S3-compatible storage with self-signed certificates. (1020060) (#6039) Tags: Tags inside links are no longer parsed as memo tags, literal tags can be escaped with a backslash, and tag names support Unicode combining marks. (a50ce09) (#6051) API and security: Cross-origin API requests now work with bearer tokens while cookie authentication remains same-origin, and ListUsers returns consistent paginated results. (385fa22) (4bc3928) Container: Prevented the entrypoint from restarting indefinitely when MEMOS_UID=0. (#6061) Filters and tag settings: Expanded CEL shortcuts with string matching, regular expressions, collection predicates, timestamp accessors, set operations, and an untagged-memos example. Tag colors and content-blur rules are now per-user, with existing instance tag settings copied during migration. (f0e4a56) (b787bfa) (#6017)
  • Current version of Memos broken?

    4
    1 Votes
    4 Posts
    1k Views
    andreasduerenA
    @mrchrisjones said in Current version of Memos broken?: suddenly they disappeared unfortunately not the first time with this app, I think I'll have to move to alternatives, as I can't thoroughly test the app for every update.
  • Chatwoot SMTP/IMAP Configuration on Cloudron

    3
    1 Votes
    3 Posts
    1k Views
    jamesJ
    Hello @ajax The URL see-docs.cloudron.io is a placeholder and literally says, see docs.cloudron.io. Where the EMAIL inbox configuration is described in detail: https://docs.cloudron.io/packages/chatwoot/#email-inbox-configuration
  • Potential dataloss in Memos with Cloudron 8.3.0 upgrade?

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    S
    I recently noticed I had lost my test notes logged into the Memos app. I didn't put two and two together, but it must have been upgrade-related too.
  • Make SSO User admin

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    andreasduerenA
    @Kubernetes Adminer (I suck at CLI database stuff lol)
  • Logo for unregistered user (public) does not change

    2
    1
    1 Votes
    2 Posts
    761 Views
    nebulonN
    Looks like the upstream fix was made after the last release https://github.com/usememos/memos/releases/tag/v0.22.5 I expect this to work with the next release then.