更新 Service:Coder

2026-05-20 07:39:09 +00:00
parent 1a53608243
commit bea10e062d
+1 -7
@@ -1,9 +1,3 @@
# 新增使用者
```bash
adduser shuochen && usermod -aG sudo shuochen && su - shuochen
```
# 安裝 Coder
```bash
@@ -19,5 +13,5 @@ echo 'export CODER_HTTP_ADDRESS=0.0.0.0:3000' >> ~/.bashrc && source ~/.bashrc
# 啟動 Coder 服務
```bash
systemctl enable --now coder
systemctl enable --now coder@coder
```