Ariel Lothlorien
Ariel Lothlorien
Useful in sistuations where storing lots of ordered data in the system. Random example off the top of my head say your a botanist (I am not so might not...
I agree that this is ultimatly desirable and is something I had planned to address later but I do not want to just see this as a boolean in the...
Can confirm on S10+
I had actually found that myself and already proved that that is not the issue. ```yaml initContainers: - name: init-data image: ghcr.io/open-webui/open-webui:main command: ["/bin/bash", "-c", "if [ ! -f /data/webui.db...
In my init container I got the logs ``` Cloning default data folder Done ``` showing that it did indeed copy the data folder into the volume prior to mounting...
I'll see if I can find anything else.
It may actually be related to that other issue... I remove the volume mount all together and it started up find... Obviousely that does not work... long term. When I...
I had a typo in my cp command >.< 😊 ```yaml initContainers: - name: init-data image: ghcr.io/open-webui/open-webui:main command: ["/bin/bash", "-c", "if [ ! -f /data/config.json ]; then echo 'Cloning default...
Ideally this will also make the release process increment the Versions in the file .github/ISSUE_TEMPLATE/1-bug_report.yml or atlease yell at us to do it.
what do you mean will not allow you to type more then one character at a time?