Skip to content

Sepphod/docker-gitea-rpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Gitea on Raspberry Pi

This image hosts Gitea in a Raspberry Pi docker image of minimal size, yet fully functional.

This work is a fork of kapdap/gitea-rpi, but with a slightly smaller image.

Tags

Tag Style Meaning
latest currently 1.16.0

comments

  • In 1.13.1 the call of external renderers like plantuml doesn't work => rollback doesn't come easy as the downgrading of the database is not supported. ticket

Usage

docker volume create gitea_data
docker run -d -p 22:22 -p 3000:3000 -v gitea_data:/data sepphod/gitea-raspi

Docker build

docker build -t sebastianhoffmann/docker-gitea-rpi .
docker tag sebastianhoffmann/docker-gitea-rpi sepphod/gitea-raspi:latest
docker push sepphod/gitea-raspi:latest 
docker tag sebastianhoffmann/docker-gitea-rpi sepphod/gitea-raspi:v1.16.0
docker push sepphod/gitea-raspi:v1.16.0

About

Gitea Raspberry Pi Docker Image (arm6)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%