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

3 Topics 31 Posts
  • Wallos - Package Updates

    Pinned
    15
    0 Votes
    15 Posts
    564 Views
    Package UpdatesP
    [1.4.0] Update base image to 5.0.0
  • Notifications not working?

    11
    1 Votes
    11 Posts
    206 Views
    J
    @odie said in Notifications not working?: Another idea: Maybe these instructions could be added to the Cloudron docs We try to avoid putting app specific docs into Cloudron docs. These get out of date since they are not actively monitored. Best to suggest the docs upstream where it belongs.
  • How to change the default "admin" username to be something else?

    Solved
    5
    0 Votes
    5 Posts
    103 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.