Skip to content

Latest commit

 

History

History

blocky

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

General informations

Custom Blocky image built from sources.

Built with Go 1.23.

Blocky configuration

This image doesn't come with a default Blocky configuration. You can bring your own configuration to the container (e.g using Docker):

# '/etc/blocky/config.yml' is the default configuration path
$ docker run [options] \
    -v config.yml:/etc/blocky/config.yml:ro \
    ghcr.io/f-bn/blocky:0.24

More informations about Blocky configuration here.