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


Skip to content
  • 6 Votes
    1 Posts
    328 Views
    No one has replied
  • 0 Votes
    4 Posts
    1k Views
    C
    Connecting... root@16405153-e269-41e3-ab8d-095606d5b07e:/app/data/public/KNEL/FetchApply# gup Already up to date. root@16405153-e269-41e3-ab8d-095606d5b07e:/app/data/public/KNEL/FetchApply# cat /app/data/.bashrc cd /app/data/public/KNEL/FetchApply alias gup='su www-data -c "git pull"' root@16405153-e269-41e3-ab8d-095606d5b07e:/app/data/public/KNEL/FetchApply# Ah this opens up all manner of creature comforts. Excellent! Really appreciate the prompt response @joseph
  • 4 Votes
    10 Posts
    5k Views
    girishG
    @jlx89 You can just create that directory. It's customizable now with notfound.html - https://docs.cloudron.io/branding/#custom-pages
  • Customize Dashboard

    Solved Discuss dashboard customization
    8
    0 Votes
    8 Posts
    2k Views
    hexbinH
    True, there are limitations. I withdraw my class names suggestion On third look, only very few inline styles are set (e.g. width for grid-item). As to class + data attribute selector, it'd be easy to use higher specificity, try: .grid .grid-item { border-radius: 50%; } or .grid .grid-item img { object-fit: contain; }. And there are a bunch of possible declarations that need not even override anything (e.g. filter, border, box-shadow).