# 快速架設nextcloud私有雲

## **應用實做：使用docker快速建構你的個人儲存雲 nextcloud**

**nextcloud的docker應用網站**

[**https://github.com/nextcloud/docker**](https://github.com/nextcloud/docker)<br>

**這裡面已經有許多使用docker快速建構nextcloud的方法，讓你無須經過繁雜的安裝程序（諸如安裝apache  SQL php等），即可使用**<br>

### **容器測試**

![](https://lh6.googleusercontent.com/vuscBzLUIyT7fe3rbJciXPi6hLjgHxVIywv3QlkE83LisxC3tmCcr1x2MnbJs8GH4EOcmjA__Xx5yXiErcM9XYYb2Amk3sXPDcZ-LHMNWIC4dxEMgUBqbRoi92FSzU7qYxeeEmq_)

**以上的設定，其實透由指令更快，因為網站已有詳細的啟動說明**

**所以，使用指令或webUI管理，視情況使用**

**docker run -d -p 8080:80 nextcloud**<br>

**預設使用SQLite資料庫，家庭使用，這已經足夠，並且容易維護，但若用於大型多人的環境，建議改用mysql**<br>

**輸入你的 ip:8080，便進入初始設置，相當簡單**

![](https://lh6.googleusercontent.com/DW8PNis_8B41mvqzVRxur0f5hfGM-6Zb-HuGIWRVOPDSBgx7C-q06oNDKYRkF0XO18QvGqDM-wEVBgi1BOthgxyvncg3SOeaS88Bz6RZ-6exl3YW9OHYIDE5Nv0hQHn3Dfo1GkDW)

**本身有許多跨平台的同步app可用**

![](https://lh6.googleusercontent.com/JoG3pxp2htREv09yxU_Ywdke4B3ABizDSPGRyhmU2TKeKKr1LfCJ-G674-1wttPZgj7kVC-gqsr68zfMRyrx6Rklx4yym9e9lWGHDH8jZ3vVG5UlWvkin8_BVMSnBJr0uM_sZZop)

**你可以測試一些同步備份的系統常用的功能，nextcloud使用起來是相當方便好用，並且容易**

**使用說明，詳見**[**https://nextcloud.com/，這裡不多做介紹**](https://nextcloud.com/%EF%BC%8C%E9%80%99%E8%A3%A1%E4%B8%8D%E5%A4%9A%E5%81%9A%E4%BB%8B%E7%B4%B9)<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kawsing.gitbook.io/opensystem/docker-cong-an-zhuang-dao-ying-yong-ru-men-pian/untitled-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
