Skip to content

Build monica on your old Raspberry Pi model 1 using arm32v6 images

Notifications You must be signed in to change notification settings

gastongaiduk/monica-arm32v6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monica-arm32v6

Build monica on your old Raspberry Pi 1 Model B+ using the arm32v6 images available (based on the official docker image description)

Generate your own APP_KEY by using the following command and replace the example one on the .yml file:

echo -n 'base64:'; openssl rand -base64 32

Database and files will be stored in folders:

  • data/
  • mysql/

Create your own secrets:

  • For mysql regular user: create a db_user.secret file and place your password inside
  • For mysql root user: create a db_root.secret file and place your password inside
  • Create a .env.local file replacing all you need from the original .env file

To build and run:

docker compose up -d

After a few minutes (you could monitor the status by removing -d from the previous command or execute docker logs) you should be able to access to the instance with {raspberry-ip}:8080. You might need to open ports in order to connect to the application/database from another computer. I'd recommend to use ufw to do so.

About

Build monica on your old Raspberry Pi model 1 using arm32v6 images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published