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

4 Topics 45 Posts
  • Wallos - Package Updates

    Pinned
    19
    0 Votes
    19 Posts
    813 Views
    Package UpdatesP
    [1.6.2] Update Wallos to 2.48.1 Full Changelog notifications would also be sent x days after subscription was due in some cases (ba912a3)
  • Notifications not working?

    Solved
    14
    1 Votes
    14 Posts
    370 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
    100 Views
    girishG
    Fixed now
  • How to change the default "admin" username to be something else?

    Solved
    5
    0 Votes
    5 Posts
    114 Views
    humptydumptyH
    @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.