Everything posted by knex666
-
[Support] knex666 - Nextcloud
Dont you like collabora? Then give that a try. I have never tested that. I dont think that its supported Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - Nextcloud
Hi, there have been some updates since the first release of this template. The Nextcloud Team will not longer support ONLYOFFICE and switched the service. That works well too. Cheers PS: If you like my stuff dont mind to buy me a pizza
-
[Support] knex666 - Nextcloud
If you have both running in a docker doesnt mean that they can find each other just ping that host or better use curl to get a response. Refused can although mean that its not a trusted ip set this up in nc. I although dont understand why you reverse to a public adresss cloud.xxxx.com so everyone can connect direct too? Makes no sense Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - Nextcloud
Hi, setting up nginx behind a reverse is not that easy which guide did you follow? 502 is somehow maybe a general Problem. Have you got Connection from the swag Server to the nc docker? Thats the First thing to Check. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - openHAB
Hi, thanks for that. I have changed the mount file names. The ports are exposed but I did not configure port mapping since I am running that container not in a bridge mode. You can just change/add them by the unraid gui. Why would you like to put the broker into that container? You can just run another container and use the openhab MQTT Binding. Cheers
-
[Support] knex666 - openHAB
Jip give it a try & or & & will help you run both commands Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - openHAB
add && /entrypoint.sh if you use post arguments it will loose its entry point.
-
[Support] knex666 - openHAB
docker exec \ -d \ openhab \ /bin/chmod o+rw /dev/ttyACM0 Is there any way to and that into the Docker template, or how to add ist myself? Maybe adding ist into the Post Arguments? Hi, you can try this with the Post Argument but only the chown you do not need docker exec. If the docker is not starting then add the entry point after your post Argument. Would be great if it does. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - openHAB
Openhab 3 has been Released now. I will give it a try today. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - openHAB
go to docker /click on the docker openhab and click edit at the Option docker container you edit that. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - openHAB
use that openhab/openhab:2.5.11-debian or openhab:latest dont forget to backup before you update I am waiting for 3.x it should be released soon
-
[Support] knex666 - Nextcloud
You can just run docker exec with user www-data and run occ. But better take a look at the logs to find out why it Switches to maintinance Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - OpenProject
Openproject official forum. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - Nextcloud
Are you running it with certificate like lets encrypt? Https than the Connection is secured Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - Nextcloud
I cannot confirm that. Please check your configuration. Did the upgrade run into errors?
-
[Support] knex666 - Mopidy
Use /mnt/user/appdata that folder is configured to be mounten. Cheers. Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - Nextcloud
Thats all about file rights on that folder. use chown and chmod to corret it.
-
[Support] knex666 - Mopidy
Thank you very much! I change that file. Dont know where this did come from.
-
[Support] knex666 - OpenProject
Oh damn! trurl is right that feature is only for user shares. try to exec this inside your Postgre container: Maybe the user/group is postgres:postgres - I dont know your Postgres Server chown -R root:root /var/lib/postgresql chown -R root:root /etc/postgresql chown -R root:root /var/log/postgresql chown -R root:root /var/run/postgresql This error is all about you DB not OpenProject.
-
[Support] knex666 - openHAB
You have to edit the folder rights of your appdata / openhab folder so that you can edit that files
-
[Support] knex666 - Nextcloud
did you mount that folder. As described on the first page you have to volume mount the share folders to the container and than you can use that extension. I dont think you need to setup rights for www-data that for. Cheers
-
[Support] knex666 - Nextcloud
Is this an external SMB or the Shares of Unraid. Becuase Shares of Unraid is much easyer with volume mount -> youll find all in this thread about it.?
-
[Support] knex666 - FileBrowser
Hi the Containers port is 80 I think so you have to bring Host port 8586 to 80 and not 8586 to 8586? But I am not familliar what organizr does - you have to figure it out.
-
[Support] knex666 - Nextcloud
Are you running on br0 or with bridge or host mode. If you are running in on br0 it has to be changed in the configuration. with bridge or host you can use the port mapping docker feature of the UI.
-
[Support] knex666 - Nextcloud
Mount and edit the php.ini The extra parameter are experimental. Maybe you just need them for the first start