You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podman run -d --name onlyoffice --cap-add=NET_ADMIN --cap-add=NET_RAW --device=/dev/net/tun --device=/dev/fuse ghcr.io/gbraad-apps/onlyoffice:latest
podman exec onlyoffice tailscale up -qr
ip=`podman exec onlyoffice tailscale ip -4`echo"Open OnlyOffice at https://${ip}:8444"
alias default run run-desktop
if app onlyoffice check user;then
app onlyoffice run user
elif app onlyoffice check appimage;then
app onlyoffice run appimage
elif app onlyoffice check flatpak;then
app onlyooffice run flatpak
elseecho"${APPNAME} is not installed in ${APPSHOME}."fi