Skip to content

fluxsocial/remote-ad4m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote AD4M

Proposal: AD4M Hosting

Usage

  1. Setup an instance from cloud server like Google Cloud, AWS, Vultr, DigitalOcean.

  2. Config you DNS record, A record point to your server's IP address

  3. cd nginx-proxy-authomation/proxy/bin && ./fresh-start.sh --yes -e your_email@domain --skip-docker-image-check

  4. run ad4m,

docker run -d -e VIRTUAL_HOST=ad4m.threechain.xyz -e LETSENCRYPT_HOST=ad4m.threechain.xyz --network=proxy --rm --name ad4m kaichaosun/remote-ad4m:v0.0.27

Build AD4M Docker Image

# Build the image locally
docker build -t kaichaosun/remote-ad4m:v0.0.27 --platform linux/x86_64 .  # `--platform linux/x86_64` need by MacOS Apple Chip

# Publish image
docker push kaichaosun/remote-ad4m:v0.0.27

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published