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
F

fengchang

@fengchang
translator
Unfollow Follow
About
Posts
24
Topics
10
Shares
0
Groups
1
Followers
0
Following
0

Posts

Recent Best Controversial

  • Readeck - read it later
    F fengchang
    App Wishlist

    I packaged Readeck as community app: https://ca.cloudron.io/app/readeck


  • CouchDB for Obsidian LiveSync
    F fengchang
    Community Packages

    @robi You mean Obsidian? I just use Obsidian as my main note app, write daily journals, inspiration, no AI involved.

    And the CouchDB is a self-host sync backend of the note app so I can also read and write on my phone.


  • CouchDB for Obsidian LiveSync
    F fengchang
    Community Packages

    @james thank you! I have submitted


  • Obsidian LiveSync
    F fengchang
    App Wishlist

    Hello, I packaged this as Community App, you can install it with one click now.

    https://forum.cloudron.io/topic/15695/couchdb-for-obsidian-livesync


  • CouchDB for Obsidian LiveSync
    F fengchang
    Community Packages

    Hi everyone,

    I packaged this CouchDB preconfigured for Obsidian LiveSync. Please try it if you have an Obsidian to sync.

    • Install URL: https://raw.githubusercontent.com/fengchang/couchdb-cloudron/main/CloudronVersions.json
    • Repo: https://github.com/fengchang/couchdb-cloudron

    After installed the app on Cloudron, you can configure Self-hosted LiveSync community plugin on Obsidian to sync your notes between devices.

    Tested with my Cloudron 9.2.0, Obsidian MacOS 1.12.7, Obsidian iOS 1.12.7 w/ Self-hosted LiveSync 0.25.80

    1f0aaf22-0760-471f-8a4c-480bef6e1769-image.jpeg


  • Suggest to enable SFTP access on FressRSS
    F fengchang
    FreshRSS

    Thank you. I have done my work with cloudron CLI.


  • Suggest to enable SFTP access on FressRSS
    F fengchang
    FreshRSS

    @james thank you, will try.
    @nebulon somehow this button is "New folder" on my Cloudron. My Cloudron is v8.3.2

    Screenshot 2025-10-30 at 12.32.59 PM.png


  • Suggest to enable SFTP access on FressRSS
    F fengchang
    FreshRSS

    Hi there,

    I am developing FreshRSS extension and I found the management of extension requires upload folder to /app/data/extensions. Currently there is no easy way to upload folder in Web UI. Please consider to enable SFTP access, it will make it much easier to use customized extension.

    Thank you!


  • Forward Email with SES, Got "554 Message rejected: Email address is not verified"
    F fengchang
    SnappyMail

    Thanks to everyone who gave me suggestions. I finally found a solution. ChatGPT provided misleading information—actually, the 'From' field can be modified. Here is the Sieve filter I ultimately used.

    require ["editheader", "variables", "copy"];
    
    if true {
        if header :matches "From" "*" {
            set "original_from" "${0}";
        } else {
            set "original_from" "unknown@domain.com";
        }
    
        deleteheader "Reply-To";
        addheader "Reply-To" "${original_from}";
    
        deleteheader "From";
        deleteheader "DKIM-Signature";
    
        addheader "From" "Forwarder <forwarder@mydomain.com>";
        addheader "X-Original-From" "${original_from}";
    
        redirect "myemail@gmail.com";
    
        keep;
    }
    

  • Forward Email with SES, Got "554 Message rejected: Email address is not verified"
    F fengchang
    SnappyMail

    @scooke Yes, I have control over mydomain.com and can set DNS entries.

    I use the Email server of Cloudron. I first tried forward with Email list within Cloudron Email. (create Email list b@mydomain.com and distribute to c@gmail.com) It has the same issue. SES refuse to send the Email since From is a@gmail.com.

    Since this doesn't work, I created the Snappymail web client and hope it can support more advanced forward feature.


  • Forward Email with SES, Got "554 Message rejected: Email address is not verified"
    F fengchang
    SnappyMail

    I am not familiar with sieve, ChatGPT said Sieve cannot change to "From" in header.


  • Forward Email with SES, Got "554 Message rejected: Email address is not verified"
    F fengchang
    SnappyMail

    @scooke Yes, I guess I can verify a@gmail.com in SES, but that's not what I want.

    I would like to forward all Emails sending to b@mydomain.com to my own Gmail. a@gmail.com is just used for testing.

    I hope there is an Email forwarding fuction works like "Forward" of regular Email client.


  • Forward Email with SES, Got "554 Message rejected: Email address is not verified"
    F fengchang
    SnappyMail

    I am trying to setup an Email account with my domain, and forward all incoming mails to my Gmail account. I tried two methods:

    1. Set up a mail list in Cloudron Email, and add my Gmail address as list member
    2. Create the Email address, and set up simple filter in SnappyMail, forward all mails to my Gmail address

    When testing, I use a@gmail.com to send an Email to b@mydomain.com and expects the mail is forwarded to c@gmail.com. I encountered the same error for both approaches. When Cloudron send Email with SES, SES rejected because it cannot verify a@gmail.com as sender.

    554 Message rejected: Email address is not verified.
    The following identities failed the check in region US-EAST-1: A <a@gmail.com>
    

    I checked Sieve tutorial, looks like Sieve will also use the original "From" for redirect. Is there anyway I can forward the Email without replacing SES?

    Thanks!


  • Confluence Data Center and Server security advisory CVE-2023-22522
    F fengchang
    Confluence

    Hi there,

    According to the security advisory (https://confluence.atlassian.com/security/cve-2023-22522-rce-vulnerability-in-confluence-data-center-and-confluence-server-1319570362.html) Confluence Data Center and Server should update to 8.5.4.

    Current version in Cloudron is 8.5.3.

    Thanks!


  • Confluence Data Center and Server security advisory CVE-2023-22518
    F fengchang
    Confluence

    thanks for the prompt update!


  • Confluence Data Center and Server security advisory CVE-2023-22518
    F fengchang
    Confluence

    Hi there,

    According to the security advisory (https://confluence.atlassian.com/security/cve-2023-22518-improper-authorization-vulnerability-in-confluence-data-center-and-server-1311473907.html) Confluence Data Center and Server should update to 8.5.3 ASAP. Current version in Cloudron is 8.5.2.

    Thanks!


  • Request update - Current Confluence package version 2.22.0 has severe bug for non-latin language user
    F fengchang
    Confluence

    Hi community,

    I am affected by this bug introduced in 8.0.0 and fixed in 8.0.4: https://jira.atlassian.com/browse/CONFSERVER-81330

    The latest packaged version is 2.22.0 (Confluence 8.0.2) which is affected by it. To avoid the bug, I have been using the last major version 7.20 for half year.

    I will highly appreicate if anyone can package the latest version Confluence.

    Thanks
    Chang


  • Confluence Security Advisory 2022-06-02
    F fengchang
    Confluence

    Thank you very much!


  • Confluence Security Advisory 2022-06-02
    F fengchang
    Confluence

    Confluence Server and Data Center - CVE-2022-26134 - Critical severity unauthenticated remote code execution vulnerability

    Released versions 7.4.17, 7.13.7, 7.14.3, 7.15.2, 7.16.4, 7.17.4 and 7.18.1 which contain a fix for this issue.

    Current latest version on Cloudron is 7.18.0

    https://confluence.atlassian.com/doc/confluence-security-advisory-2022-06-02-1130377146.html


  • Modify file under /home/cloudron
    F fengchang
    Confluence confluence

    @girish Thank you, it works!

  • Login

  • Don't have an account? Register

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