add auto fetch ssl certs
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"articleSection" : "post",
|
||||
"name" : "[筆記] WEB 檔案管理 Cloudcmd Web File Manager",
|
||||
"headline" : "[筆記] WEB 檔案管理 Cloudcmd Web File Manager",
|
||||
"description" : "\x3cp\x3e最近又接到之前處理過的需求,要讓使用者可以在外部上傳、編輯 yaml 檔案\x3c\/p\x3e\n\n\x3cp\x3e之前是用 gohttpd 來做\x3c\/p\x3e\n\n\x3cp\x3e可是不支援線上編輯 yaml 檔案\x3c\/p\x3e",
|
||||
"description" : "\x3cp\x3e最近又接到之前處理過的需求,要讓使用者可以在外部上傳、編輯 yaml 檔案\x3c\/p\x3e\n\x3cp\x3e之前是用 gohttpd 來做\x3c\/p\x3e\n\x3cp\x3e可是不支援線上編輯 yaml 檔案\x3c\/p\x3e",
|
||||
"inLanguage" : "en",
|
||||
"author" : "Eric Chang",
|
||||
"creator" : "Eric Chang",
|
||||
@@ -45,9 +45,9 @@
|
||||
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1626744134" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1629951055" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1626744134" rel="stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1629951055" rel="stylesheet" type='text/css' media='all'>
|
||||
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
|
||||
@@ -81,10 +81,6 @@ if (!doNotTrack) {
|
||||
|
||||
<ul id="menu-secondary-items" class="menu-secondary-items">
|
||||
|
||||
<li class="menu-item menu-item-type-taxonomy menu-item-object-category">
|
||||
<a href="/categories/"></a>
|
||||
</li>
|
||||
|
||||
<li class="menu-item menu-item-type-taxonomy menu-item-object-category">
|
||||
<a href="/categories/ansible">ansible</a>
|
||||
</li>
|
||||
@@ -309,57 +305,31 @@ if (!doNotTrack) {
|
||||
<div class="entry-content">
|
||||
<article>
|
||||
<p>最近又接到之前處理過的需求,要讓使用者可以在外部上傳、編輯 yaml 檔案</p>
|
||||
|
||||
<p>之前是用 gohttpd 來做</p>
|
||||
|
||||
<p>可是不支援線上編輯 yaml 檔案</p>
|
||||
|
||||
<p>這次找到了 cloudcmd</p>
|
||||
|
||||
<p><a href="https://github.com/coderaiser/cloudcmd">https://github.com/coderaiser/cloudcmd</a></p>
|
||||
|
||||
<p>簡單好用、不需要太多設定,但是想要的設定大致上也都有、有提供docker-compose</p>
|
||||
|
||||
<p>同時也支援多種檔案的預覽、編輯功能</p>
|
||||
|
||||
<p>算是很不錯的一個web-based 的檔案管理系統</p>
|
||||
|
||||
<h3 id="登入時-會詢問帳號密碼">登入時,會詢問帳號密碼</h3>
|
||||
|
||||
<h3 id="登入時會詢問帳號密碼">登入時,會詢問帳號密碼</h3>
|
||||
<p>也可以設定成不詢問直接進入</p>
|
||||
|
||||
<p><img src="https://i.imgur.com/29NVQ66.png" alt="login" title="login_pass" /></p>
|
||||
|
||||
<p><img src="https://i.imgur.com/29NVQ66.png" alt="login" title="login_pass"></p>
|
||||
<h3 id="支援多種檔案的預覽和編輯">支援多種檔案的預覽和編輯</h3>
|
||||
|
||||
<p>MP4 影片</p>
|
||||
|
||||
<p><img src="https://i.imgur.com/9adI50o.png" alt="previer1" title="preview1" /></p>
|
||||
|
||||
<p><img src="https://i.imgur.com/9adI50o.png" alt="previer1" title="preview1"></p>
|
||||
<p>JPG檔案</p>
|
||||
|
||||
<p><img src="https://i.imgur.com/ZHQMgI7.png" alt="preview_2" title="preview2" /></p>
|
||||
|
||||
<p><img src="https://i.imgur.com/ZHQMgI7.png" alt="preview_2" title="preview2"></p>
|
||||
<p>CSV 檔案</p>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/changchichung/imagebed/main/20210720091231-image.png" alt="20210720091231-image.png" /></p>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/changchichung/imagebed/main/20210720091231-image.png" alt="20210720091231-image.png"></p>
|
||||
<p>編輯YAML</p>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/changchichung/imagebed/main/20210720091330-image.png" alt="20210720091330-image.png" /></p>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/changchichung/imagebed/main/20210720091330-image.png" alt="20210720091330-image.png"></p>
|
||||
<p>空白處按右鍵的功能表</p>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/changchichung/imagebed/main/20210720091445-image.png" alt="20210720091445-image.png" /></p>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/changchichung/imagebed/main/20210720091445-image.png" alt="20210720091445-image.png"></p>
|
||||
<p>檔案功能表</p>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/changchichung/imagebed/main/20210720091514-image.png" alt="20210720091514-image.png" /></p>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/changchichung/imagebed/main/20210720091514-image.png" alt="20210720091514-image.png"></p>
|
||||
<p>系統功能設定</p>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/changchichung/imagebed/main/20210720091635-image.png" alt="20210720091635-image.png" /></p>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/changchichung/imagebed/main/20210720091635-image.png" alt="20210720091635-image.png"></p>
|
||||
<p>目前用起來感覺還不錯,應該會推薦這套上去給老闆決定要不要開給user使用!</p>
|
||||
</article>
|
||||
</div>
|
||||
@@ -637,7 +607,7 @@ title="pinterest icon"></i>
|
||||
|
||||
</ul> <div class="design-credit">
|
||||
|
||||
<p>© 2018 Göran Svensson</p>
|
||||
<p>© 2018 Göran Svensson</p>
|
||||
|
||||
<p>Nederburg Hugo Theme by <a href="https://appernetic.io">Appernetic</a>.</p>
|
||||
|
||||
@@ -649,7 +619,7 @@ title="pinterest icon"></i>
|
||||
</div>
|
||||
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
|
||||
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1626744134"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1629951055"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user