Skip to content

CashFactory v1.9

Latest
Compare
Choose a tag to compare
@OlivierGaland OlivierGaland released this 26 Nov 05:28

Added application EarnFm in the stack (proposed by a contributor and evaluated for 10 day before add)
This application need to register, add a new environment variable EARNFM_APIKEY in .env to retrieve in the dashboard->more section.
Note this one also use tool watchtower as Packetstream, so to allow several instance I had to modify Packetstream section in docker-compose, if upgrading follow carefully the section below ;

Upgrade notification :

  • Copy the docker-compose.yml to your repository, if you want to add the changes without erasing it : do not only copy the earnfm section, you also need to copy packetstream section as it need changes. (see the file difference in doubt)
  • Copy the .env file (ou add manually the earnfm env variable)
  • Copy the index.html if you want to have the earnfm dashboard link
  • From portainer : delete (not stop) the 2 containers of packetstream (packetstream_watchtower AND packetstream_client)
  • From shell : sudo docker-compose up -d : this will restart packetstream with correct parameters and build/start earnfm