mirror of https://github.com/tteck/Proxmox.git
Compare commits
2 Commits
5b93531fcb
...
b4ceda0a93
Author | SHA1 | Date |
---|---|---|
tteckster | b4ceda0a93 | |
tteckster | 4308f6dc48 |
|
@ -68,4 +68,4 @@ build_container
|
||||||
description
|
description
|
||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "Don't forget to setup reverse proxy. See ${BL}https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-settings-in-nginx-config-ssl-termination${CL}"
|
echo -e "${APP} needs to be behind a proxy (Nginx Proxy Manager)."
|
||||||
|
|
|
@ -21,9 +21,7 @@ $STD apt-get install -y mc
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Collabora Online"
|
msg_info "Installing Collabora Online"
|
||||||
cd /usr/share/keyrings
|
wget -q -O /usr/share/keyrings/collaboraonline-release-keyring.gpg https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg
|
||||||
$STD wget -q https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg
|
|
||||||
cd ~
|
|
||||||
cat <<EOF >/etc/apt/sources.list.d/collaboraonline.sources
|
cat <<EOF >/etc/apt/sources.list.d/collaboraonline.sources
|
||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb
|
URIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb
|
||||||
|
|
Loading…
Reference in New Issue