Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ vmlinux:

download-ipfs-kubo: target-dir build-dir
mkdir -p ./target/kubo
curl -fsSL https://github.com/ipfs/kubo/releases/download/v0.23.0/kubo_v0.23.0_linux-amd64.tar.gz | tar -xz --directory ./target/kubo
curl -fsSL https://github.com/ipfs/kubo/releases/download/v0.33.2/kubo_v0.33.2_linux-amd64.tar.gz | tar -xz --directory ./target/kubo

target/bin/sevctl:
cargo install --locked --git https://github.com/virtee/sevctl.git --rev v0.6.0 --target x86_64-unknown-linux-gnu --root ./target
Expand Down
4 changes: 4 additions & 0 deletions packaging/aleph-vm/etc/systemd/system/ipfs.service
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ CapabilityBoundingSet=CAP_NET_BIND_SERVICE
# enable to specify a higher limit for open files/connections
#LimitNOFILE=1000000

# Avoid a permission denier error when running `lstat /home/ipfs/.config/ipfs/denylists`
# due to checking $XDG_CONFIG_HOME/ipfs/denylists/
Environment=XDG_CONFIG_HOME=/etc

#don't use swap
MemorySwapMax=0

Expand Down