-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
2023/07/24 - 2023/07/28 週目標,建立 Pretalx 在 Azure,並可以提出申請 OSCVPass 狀態。
- Domain name 申請:
apply-for-oscvpass.ocf.tw - HTTPS/SSL 憑證:https://github.com/dehydrated-io/dehydrated
- nginx 設定:SSL Configuration Generator
- Pretalx config, production ready
- SMTP, mail.
- Create event
- Announcement
- COSCUP, OSCVPass (eligible)
Azure Instance:
- @ChAoSUnItY's SSH Key
登入後的操作
tmux ls 列出目前已建立的 session
tmux a 使用最近的 session
tmux 建立新的 session
Ctrl + a, s 切換 session
Ctrl + a, w 切換視窗
Ctrl + a, c 建立視窗
Ctrl + a, x 關閉視窗
Ctrl + a, d 跳出 tmux
使用某一這設定檔的 docker compose
# 測試版本
docker compose -f ./docker-compose.yml up
# 正式版本
docker compose -f ./docker-compose_prod.yml up
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🏗 In progress