ansible-ipfs-cluster

(★ 54)

Ansible roles for go-ipfs and ipfs-cluster

파일 탐색기

  • .gitignore
  • inventory.yml
  • ipfs-cluster.yml
  • ipfs.yml
  • LICENSE
  • Makefile
  • README.md

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

ipfs

설명 보기 ▼

Inter Planetary File System.
p2p기반 하이퍼미디어 프로토콜, 웹을 더 개방적으로 만드는 것을 목표로 함.
더 많은 정보: <https://docs.ipfs.tech/reference/kubo/cli/>.

ipfs add {{path/to/file}}

로컬 파일을 추가하고, pin 처리 후 해시 출력:

ipfs add {{[-r|--recursive]}} {{path/to/directory}}

로컬에서 파일시스템으로 디렉터리를 재귀적으로 추가하고 해시 출력:

ipfs get {{hash}} {{[-o|--output]}} {{path/to/file}}

원격 파일을 저장하고 이름 지정하지만, pin 하지 않음:

🔍

pip install

설명 보기 ▼

Install Python packages.

pip install {{package1 package2 ...}}

Install one or more packages:

pip install {{package1 package2 ...}} {{[-U|--upgrade]}}

Upgrade all specified packages to the latest version, installing any that are not already present:

pip install {{package}}=={{version}}

Install a specific version of a package:

🔍

systemctl status

설명 보기 ▼

Display the status of systemd units.

systemctl status {{unit}}.{{service|timer|socket|target|...}}

Show the status of a systemd unit:

systemctl status --failed

Show the status of failed units:

systemctl status

List all running services:

// repository documentation