Skip to content

Latest commit

 

History

History

horizontal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Horizontal

Make sure to create a decentralized server first.

Connect to your decentralized server.

# Setting the private key
mv sshfs /root/.ssh/id_rsa
chmod 600 /root/.ssh/id_rsa

# Updating
apt update
apt install sshfs

# Creating the base share folder
mkdir /home/share

# Add the mount, replace 10.0.0.15 with your decentralized server IP.
echo '[email protected]:/home/share /home/share fuse.sshfs allow_other,x-systemd.automount' >> /etc/fstab

# Run mount manually
mount -a

# Check the listed
ls /home/share

Start docker compose

Put .env and docker-compose.yml inside the /root/appwrite/ folder, adjust the environment variables inside the .env file. Then run

docker-compose up -d