

- #Collabora code setup autostart how to
- #Collabora code setup autostart install
- #Collabora code setup autostart download
usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin The container has the port mapping 9980:9980 and the following environment variables: dictionaries I am using the collabora/code:latest-arm64 image. I am trying to set up my own CODE server via Docker as the CODE server app on breaks NextCloud on my Raspberry Pi 4B with 8GB RAM.

What Is SelfHosted, As it pertains to this subreddit? Also include hints and tips for less technical readers. We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Service: Blogger - Alternative: WordPress Service: Google Reader - Alternative: Tiny Tiny RSS

Service: Dropbox - Alternative: Nextcloud While you're here, please Read This FirstĪ place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control. This entry was posted in Uncategorized and tagged apache2, collabora, docker, nextcloud, reverse proxy by wargus. Some googling has helped me find a solution: docker rmi $(docker images -f "dangling=true" -q)Īnd docker rm -v $(docker ps -a -q -f status=exited) I’ve found that every time I’ve killed and started the docker image the space the image takes up remains.
#Collabora code setup autostart how to
I’ll figure out how to fix this later… Docker taking up too much space. When the machine restarts I need to manually restart docker to get things going again. A FORWARD -i docker0 -o docker0 -j ACCEPT A FORWARD -i docker0 ! -o docker0 -j ACCEPT A FORWARD -o docker0 -m conntrack -ctstate RELATED,ESTABLISHED -j ACCEPT I’ve also had to add custom firewall chains to my scripts to allow docker to work.These are (iptables -S): -A FORWARD -j DOCKER-ISOLATION The work around is to restart the docker.io service after the machine boots to recreate the chain and allow networking to start. However my firewall script will delete those chains when it starts. Docker, when it creates a container will add rules to it’s own chain. I have a unique custom firewall script that interferes with docker.io.
#Collabora code setup autostart download
# Download as, Fullscreen presentation and Image upload operationsįinally, in nextcloud, add the plugin as per nextclouds documentation and add the domain :443 to the collabora plugin url. # loleaflet is the client part of LibreOffice Online # Container uses a unique non-signed certificate I called mine: with the following configuration: Once you are confident that the image is up and running create a new site in /etc/apache2/sites-available/ and call it what you will. To stop, and then kill the docker image: sudo docker stop boring_ardinghelli sudo docker rm boring_ardinghelli

Will return: (the name will change, it is random) CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMESĢe21004691d9 collabora/code "/bin/sh -c 'bash sta" 3 days ago Up 3 days 127.0.0.1:9980->9980/tcp boring_ardinghelli Run the command to check the status of the image: sudo docker ps Being sure to run the image with the domain name of the server that hosts the image, NOT sudo docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=-restart always -cap-add MKNOD collabora/code Sudo letsencrypt certonly -d -d -d -d -d -d If you use letsencrypt, you will need to create a new certificate inclusive of all your domains hosted on the web server.
#Collabora code setup autostart install
On my web server virtual machine, I installed docker and docker.io sudo apt install docker docker.ioĭownload collabora: sudo docker pull collabora/codeĪs per the instructions, create a new subdomain (with letsencrypt) called. Unfortunately their documentation isn’t very clear, however with a little playing around I was able to get things working. Thankfully Nextcloud provide an answer with Collabora. I’ve already setup mailinabox and Nextcloud, but I’ve missed the ability to edit documents online with Google Drive. As such I’ve set off to remove my self as much as possible from their reach. Unfortunately for me their services are useful but are replaceable, at leas for me with a fast NBN connection. I don’t appreciate Google reading my emails and personal communications and using that information to sell advertising. I’ve become increasingly aware (read: paranoid) about the amount of information that Google and Facebook collect about me which they then sell to advertisers for a profit.
