• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace: • CentOS syslog-ng • Windows7 - hostsの場所

code

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@50_dialy:2022:10
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

2022.10.01 Nextcloud
24 Hits, Last modified: 2 years ago
mariaDB + redis の全部入り ===== git で持ってくる ===== <code> git clone https://github.com/nextcloud/docker.gi... ose/with-nginx-proxy/mariadb/fpm/ /app/ cd /app </code> ===== db.env ===== Nextcloudのdb部分と同じパスワードを設定する。 <code> MYSQL_PASSWORD=[PASSWORD] MYSQL_DATABASE=nextcloud MYSQL_USER=nextcloud </code> ===== docker-compose.yml ===== <code> root@nex
2022.10.21 Nextcloud curlでアップロード
8 Hits, Last modified: 3 years ago
xtcloud curlでアップロード ====== ===== アップロード ===== <code> # <user> nextcloudでのユーザー名 # <pass> <user>のパスワード ... /<user>/<path to upload> -T <file path to send> </code> ==== 実行例 ==== これで、nc.hogehoge.comにhoge_userで、testフォルダへtest.txtをtest01.txtとしてアップロード <code> curl -X PUT -u 'hoge_user:hoge_pass' https://nc.... dav/files/hoge_user/test/test01.txt -T test.txt </code> ===== ダウンロード ===== <code> # <user> nextcloudで

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki