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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
coniunctioC

coniunctio

@coniunctio
About
Posts
29
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • OpenWebUI has an option for a SearXNG API key
    coniunctioC coniunctio

    @Divemasterza @firmansi Here is how I use Cloudron's SearXNG app inside Open WebUI (works on same Cloudron server or separate locations like this).

    Two steps:

    1. Go into Cloudron/SearXNG SFTP and edit "settings.yml":
    # formats: [html, csv, json, rss]
    formats:
      - html
      - json <-- add this line
    
    1. Now go to Open WebUI Admin settings --> Web Search and enter your Cloudron SearXNG URL with some combination of the following text depending on what specific types of search you want Open WebUI to do for you. This is what I use:
    https://your.searxng.url/search?q=<query>&language=auto&time_range=&safesearch=0&categories=social+media,map,it,general,science,news&format=json
    
    SearXNG searxng openwebui ollama search api key

  • App Proxy: How to configure "localhost:port" from my macOS device to Cloudron
    coniunctioC coniunctio

    I'm not sure if I'm understanding correctly, but I used to use something like this in "Nginx Proxy Manager" before I discovered that Cloudron would do the same job without double the footprint:

    proxy_hide_header Upgrade;
    proxy_hide_header X-Powered-By;
    add_header Content-Security-Policy "upgrade-insecure-requests";
    add_header X-Frame-Options "SAMEORIGIN";
    add_header X-XSS-Protection "1; mode=block" always;
    add_header X-Content-Type-Options "nosniff" always;
    add_header Cache-Control "no-transform" always;
    add_header Referrer-Policy no-referrer always;
    add_header X-Robots-Tag none;
    

    These days Cloudron app proxy works 99% of the time out of the box (no added security or fiddling) with added bonus of being hidden behind Cloudflare IP protection, but occassionally it does not.

    As of late, I've been having great difficulty figuring out how to pass "localhost:port" from my macOS device to Cloudron hosted on my NAS at a separate IP address without triggering browser security that ends up breaking whatever I'm trying to view through the reverse proxy. The code above did not work in Cloudron nor help with this issue.

    Support app proxy

  • Unable to login to my admin panel and Cloudron apps (Possible local DNS or unbound issue?)
    coniunctioC coniunctio

    @joseph Thank you and yes, did all those, and was in communication with tech support. The issue is actually mysteriously resolved and I'm just trying to figure out what happened so I can share that in this thread and hopefully avoid repeating this issue in the future.

    Support cloudflare troubleshooting

  • Nextcloud fails to provision my users after upgrade to v30.05
    coniunctioC coniunctio

    @jdaviescoates I updated the setting per your instructions and that did the trick! Thank you.

    Nextcloud

  • Open WebUI - ChatGPT-Style Web UI Client for Ollama 🦙
    coniunctioC coniunctio

    How do we install an app like this in Cloudron when it is not in the app store? I typically host docker apps on my NAS (QNAP Container Station) and then reverse proxy via Cloudron to those apps. I host Cloudron via a VM on the same NAS. What is the advantage to hosting open-webui natively within Cloudron versus as a docker contain and reverse proxying to it?

    App Wishlist

  • Should ollama be part of this app package?
    coniunctioC coniunctio

    @girish said in Should ollama be part of this app package?:

    Local ollama is now integrated. You have to reinstall the app though.

    Keep your expectations in check. It probably won't work great if you don't have a good CPU and we have no GPU integration yet. It's very slow with low end CPUs. I am not an expert on the RAM/CPU/GPU requirements. Feel free to experiment.

    I have been using the workaround of disabling local Ollama with the Cloudron app and running a separate (external) docker container installation of Ollama with a dedicated GPU on the same hardware and then linking that instance of Ollama to the Cloudron instance of Open-WebUI. Somehow, this configuration is faster on a NAS purchased in 2018 with an add-on NVIDIA 8GB GPU than my M1 MacBook Pro with 16GB RAM and integrated GPU purchased more recently. The additional bonus of running the Cloudron Open-WebUI vs the localhost version on my Apple silicon MBP is that I can use my local LLMs on my mobile devices in transit when my laptop is shut down.

    OpenWebUI

  • Unable to login to my admin panel and Cloudron apps (Possible local DNS or unbound issue?)
    coniunctioC coniunctio

    I am a long time Cloudron customer because I value your work. This is the first time I have run into an issue that I could not resolve on my own through the outlined steps offered in the Cloudron troubleshooting page. I am at a loss at how to fix this issue.

    I am wondering if there is an issue with the local DNS configuration or some change that happened as the result of an automatic update that I'm unaware of as I'm getting the Cloudron DNS errors when trying to login to my Cloudron admin panel and Cloudron apps. I have SSH'd into my Cloudron VM installed on my home NAS and am able to do so via internal ip range on my home network.

    This issue did follow any changes that I made on the VM itself (Ubuntu 22.04 server), nor at the Cloudron admin ("my.cloudron.adminpage"), nor at Cloudflare that hosts my domain/DNS entries. Can anyone point me in the right direction for troubleshooting steps or steps to fix local DNS assignment on Ubuntu Server 22.04? Wondering, are there Cloudron tech/customer support representatives here that read these messages?

    My box.log file shows that my apps are running:

    2024-06-30T00:00:10.328Z box:apphealthmonitor app health: 10 running / 2 stopped / 3 unresponsive
    2024-06-30T00:10:00.009Z box:network/generic getIPv4: querying ipv4.api.cloudron.io to get server IPv4
    2024-06-30T00:10:00.557Z box:dyndns refreshDns: no change in IP. ipv4: xx.xxx.xxx.xx ipv6: null
    

    Screenshot 2024-07-01 at 10.40.25 AM.png

    Screenshot 2024-07-01 at 10.42.32 AM.png

    Support cloudflare troubleshooting

  • The advanced settings are reset every time
    coniunctioC coniunctio

    @Dont-Worry Have the logo not appearing and advanced settings not saving issues been resolved since the time of your posting here?

    OpenWebUI

  • "Channels feature - adding bots"
    coniunctioC coniunctio

    Does anyone have multiple users on your Open WebUI instance? Have you used channels? Will someone explain to me what they are used for?

    The best I've come up with is it is either the groundwork being laid for building agents/bots that can then be made publicly available via the particular channel or perhaps its the framework for a "Slack" type of experience for human teams and nothing to do with actually communicating with an LLM.

    I've done some digging online in the Open WebUI Github repo and haven't found an answer. There is a good chance the answer is there and I've missed it. If you can confirm this, will you please share a link?

    Here are some screenshots in case it's not clear what I'm referring to:

    Screenshot 2025-01-10 at 11.34.16 AM.png

    Screenshot 2025-01-10 at 11.35.02 AM.png

    Screenshot 2025-01-10 at 11.40.59 AM.png

    Screenshot 2025-01-10 at 11.37.39 AM.png


    This is all user generated content - not AI/LLM.

    OpenWebUI

  • Nextcloud fails to provision my users after upgrade to v30.05
    coniunctioC coniunctio

    Slightly different issue but I presume related: Ever since Cloudron's Nextcloud app updated one or two updates ago, I lost the ability to log in with username/email+password on Nextcloud and am forced to log in via my Cloudron authentication.

    When I log in via my Cloudron authentication, my Nextcloud admin loses admin privileges even after resetting privileges via Nextcloud's CLI to restore admin account:

    sudo -u www-data php occ group:adduser admin <my_username>
    

    I am locked out of administrating my own Nextcloud instance. I am unable to figure out how to remove the Cloudron only login to go back to the way I used to log in and am slightly nervous to make any major changes to how I log in to Nextcloud lest I accidentally completely lock myself out.

    @odie Does this sound like it might be in any way related to your issue or totally different? I was just about to create a new post when I saw your message here and don't want to double up if it's related to the same issue.

    Nextcloud
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search