mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-19 00:18:20 +02:00
Improved ipfs-server.sh
This commit is contained in:
parent
0813763857
commit
690c28a4e9
@ -6,14 +6,17 @@
|
|||||||
# Source: github.com/fleschutz/PowerShell
|
# Source: github.com/fleschutz/PowerShell
|
||||||
# License: CC0
|
# License: CC0
|
||||||
|
|
||||||
|
HOSTNAME="`hostname`"
|
||||||
ipfs init --profile server
|
ipfs init --profile server
|
||||||
|
|
||||||
ipfs config Addresses.API /ip4/0.0.0.0/tcp/5001
|
ipfs config Addresses.API /ip4/0.0.0.0/tcp/5001
|
||||||
ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8765
|
ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8765
|
||||||
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://pi:5001", "http://127.0.0.1:5001", "https://webui.ipfs.io"]'
|
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://$HOSTNAME:5001", "http://127.0.0.1:5001", "https://webui.ipfs.io"]'
|
||||||
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "GET", "POST"]'
|
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "GET", "POST"]'
|
||||||
|
|
||||||
echo "NOTE: Make sure port 4001 for IPv4/v6 is open by your router!"
|
echo "NOTE: Make sure port 4001 for IPv4/v6 is open by your router!"
|
||||||
ipfs daemon --enable-pubsub-experiment &
|
while true; do
|
||||||
|
ipfs daemon
|
||||||
|
done
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user