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


Skip to content

Wallos

5 Topics 94 Posts
  • Wallos - Package Updates

    Pinned Locked
    65
    0 Votes
    65 Posts
    19k Views
    Package UpdatesP
    [1.29.0] Update Wallos to 5.7.1 Full Changelog bump version (6d6d1f0) bump version (d84fdd4) cancellation in dashboard & general statistics (#1207) (e38403d) support Markdown notes with safe rendering (5a92009) pwa: offline mode, icons and background (5ffa841)
  • Wallos OIDC support

    3
    1 Votes
    3 Posts
    905 Views
    girishG
    @robomod thanks for the reminder, created a task internally to look into it. Think the task just got forgotten.
  • Notifications not working?

    Solved
    14
    1 Votes
    14 Posts
    5k Views
    L
    Thanks a lot @odie, I totally missed the custom headers post for some reason . The notifications are firing as expected now.
  • Backup fails

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    girishG
    Fixed now
  • How to change the default "admin" username to be something else?

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    humptyH
    @girish Worked like a charm. Thanks Girish! To make it easier for other noobs like myself, do the following: Run these commands using the app's terminal in your Cloudron dashboard (one line at a time). cd /app/data/db sqlite3 wallos.db UPDATE user SET username='your_new_username' WHERE username='admin'; CTRL+D Notes: Replace your_new_username above with your chosen username. Restart the app. Now, log in using the new username and your old admin password. P.S. Use Ctrl + Shift + V for pasting in the terminal.