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


Skip to content
  • Rest API: Docu seems not correct for "Initial DNS Setup"

    Solved Support bug rest api setup
    3
    2 Votes
    3 Posts
    1k Views
    Q
    @girish thanks for pointing out to code. As always: In vino veritas - and in Source-Code
  • Call to API App install failing

    Solved Support api install
    5
    0 Votes
    5 Posts
    2k Views
    P
    @nebulon, @BrutalBirdie Thx to both of you, the call is now working. curl -kX POST -H "Content-Type: application/json" https://my.smthg.com/api/v1/apps/install?access_token=857f7d7eb583cfb951e5a50c75a762b94304d4ba50d4a0c94950643eaab7959a -d '{"appStoreId": "io.n8n.cloudronapp@2.37.0","subdomain": "workflow","domain": "somethg.com","accessRestriction": {"users":[],"groups":[]}}' { "id": "c6c79d78-7c7c-414b-acf7-8b5cc39370ed", "taskId": "269" } It needed obviously the header, but also I thought reading the API specs that accessRestriction could be null. It is not the case, so I used @BrutalBirdie assignment (empty users and groups) and the call succeeded. Once again thank you very much.
  • Rotation of AWS IAM credentials

    Solved Support aws route53 domains api
    12
    1 Votes
    12 Posts
    5k Views
    P
    Ignore me. This was an issue with PowerShell apparently. If run from linux it works fine. Thanks again
  • Failed to install app: 402 message: Missing token

    Solved Support api cli
    23
    0 Votes
    23 Posts
    9k Views
    A
    @girish well, that solved the problem i was facing, though i do not understand why it does, but anyway, thanks a lot that helped me Solved!! Solution = <Just sign in to the app store in your Cloudron Server as Mr. @girish said> Once more, thank you very much for the support .
  • Custom app install complains about subdomain

    Solved Support api cli
    4
    0 Votes
    4 Posts
    2k Views
    nebulonN
    Glad you managed to resolve this. Some ago we changed the REST api there which probably caused this issue when using an outdated cloudron cli tool.
  • Some problems with API - PUT user in groups

    Solved Support api
    5
    0 Votes
    5 Posts
    2k Views
    brainsailerB
    @girish said in Some problems with API - PUT user in groups: {"groupIds":["gid-3e96c503-d30f-4db8-aa37-ecaf98fa33fa"]} Thank you, works fine. It was a spelling-error in the "content-type" .
  • cloudron-cli in cron

    Solved Support api cli
    13
    0 Votes
    13 Posts
    4k Views
    vladimir.dV
    @girish sorry, a school boy mistake, the Content-Type header did the trick, but I made a typo in the backupId, that's why I got the error.
  • 1 Votes
    20 Posts
    8k Views
    girishG
    @robi @timconsidine good catch, I don't think it is. Will fix. Opened https://git.cloudron.io/cloudron/box/-/issues/832 to track internally
  • Change Add User API

    Feature Requests api
    24
    1 Votes
    24 Posts
    6k Views
    MooCloud_MattM
    @plusone-nick I didn't check the part of our code that manage user creation for ages, but 99% sure, that you don't need to provide a password, or not even a username just an email. Then you create the invite link with a second request if you want to have the onboarding process managed by cloudron. Personal note: Remember that as the server owner you are responsible for the content hosted in it, for this is normally a good idea to have some manual approval before creating an account from a form; or you have to provide a good moderation.
  • How to update an application from the Cloudron API?

    Solved Support api
    5
    1
    0 Votes
    5 Posts
    2k Views
    martinkbsM
    That was the piece of information I was missing. Now it works perfect. How much time am I going to save updating WordPress Developer applications... Thank you @girish
  • Godaddy Domain API error 422

    Solved Support godaddy domains api
    4
    0 Votes
    4 Posts
    3k Views
    M
    @girish gotcha, thanks!
  • cloudron certs update API doesn't work

    Solved Support api certificates
    9
    0 Votes
    9 Posts
    3k Views
    potemkin_aiP
    @girish thank you, the output is different now, so I hope that will work. I took that API call from my forum request earlier, but I guess there was a misunderstanding the API call example was for the specific domain, not to update them all. Thanks for your assistance!
  • Cannot do create_invite nor send_invite via API

    Solved Support invite api
    6
    0 Votes
    6 Posts
    3k Views
    nebulonN
    The API docs are now also updated for the invite routes.
  • Scoped API tokens

    Feature Requests api token
    1
    5 Votes
    1 Posts
    786 Views
    No one has replied
  • Add Mailbox API Endpoint Bug, "active must be a boolean"

    Solved Support api mail
    5
    0 Votes
    5 Posts
    2k Views
    R
    @girish ah alright, that sent me down the right path. needed to switch from encoded body to raw JSON and that cleared it up. thank you!
  • 0 Votes
    5 Posts
    2k Views
    MooCloud_MattM
    @atrilahiji hello, sorry for being late, got sick. like that: "dockerImage": "cloudron/org.wordpress.unmanaged.cloudronapp:20210208-171207-630daccf7",
  • Cloudron API Key

    Solved Feature Requests api
    5
    0 Votes
    5 Posts
    3k Views
    girishG
    I have added it to https://docs.cloudron.io/profile/#api-tokens for a start. The API page is a bit outdated and will take more time to freshen up.
  • 1 Votes
    23 Posts
    8k Views
    M
    @robi I've put it in the corresponding thread here
  • RestAPI - Mailbox

    Solved Support email api
    3
    2 Votes
    3 Posts
    2k Views
    S
    @nebulon thank you! worked perfectly fine and is very helpful
  • Centralized logging?

    Feature Requests logging api
    10
    1 Votes
    10 Posts
    3k Views
    girishG
    To add to what @nebulon said, https://cloudron.io/documentation/api/#tag/Services/paths/~1services~1{service}~1logs/get is for the addon logs and https://cloudron.io/documentation/api/#tag/Tasks/paths/~1tasks~1{taskId}~1logs/get for task logs.