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 88 Posts
  • Wallos - Package Updates

    Pinned Locked
    59
    0 Votes
    59 Posts
    17k Views
    Package UpdatesP
    [1.26.1] Update Wallos to 5.4.2 Full Changelog use themed version of the logo on edit subscription page (#1133) (e913511)
  • Wallos OIDC support

    3
    1 Votes
    3 Posts
    801 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
    4k 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
    2k 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.