Opengist Logo Docker Compose

Explore

  • 所有 Gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI 由 Opengist 提供支持 ⋅ 40ms

user:thomas 由使用者建立的 Gists

title:mygist Gists 的標題

description:sync gists with given description

filename:myfile.txt Gists 的檔案名稱

extension:yml Gists 的副檔名

language:go Gists 的程式語言

topic:homelab gists with given topic

all:systemctl search all fields

登錄 註冊

pmoraitopoulos

加入 2 years ago

所有 Gists 2 喜歡的 Gists 1 分支 1
倒序排序 創建 順序排序 創建 倒序排序 更新 順序排序 更新

pmoraitopoulos / Excalidraw with collaboration

最後活躍 3 months ago

I wanted to install excalidraw with collaboration in real time. This is my stack.

1 0 1
1 version: "3.9"
2
3 services:
4 frontend:
5 image: alswl/excalidraw:v0.17.3-fork-b1
6 container_name: excalidraw-frontend
7 environment:
8 - VITE_APP_BACKEND_V2_GET_URL=https://<storage_link_reverse_proxy>/api/v2/scenes/
9 - VITE_APP_BACKEND_V2_POST_URL=https://<storage_link_reverse_proxy>/api/v2/scenes/
10 - VITE_APP_WS_SERVER_URL=wss://<room_link_reverse_proxy>

pmoraitopoulos / Jitsi Meet

最後活躍 3 months ago • 分支自 Gwendal/Jitsi Meet

Free Video Conferencing Software for Web & Mobile

0 0 1
1 version: "3.9"
2 services:
3
4 # Frontend
5 jitsi-web:
6 image: jitsi/web:stable-8960-1
7 container_name: jitsi-web
8 ports:
9 - 8084:80
10 - 4484:443