Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taskbjorn/docker-gitea-icongen
Docker container to generate logos and a favicon for Gitea - a self-hosted Git server.
https://github.com/taskbjorn/docker-gitea-icongen
docker docker-compose favicon gitea linux logo self-hosted
Last synced: 13 days ago
JSON representation
Docker container to generate logos and a favicon for Gitea - a self-hosted Git server.
- Host: GitHub
- URL: https://github.com/taskbjorn/docker-gitea-icongen
- Owner: taskbjorn
- License: gpl-3.0
- Created: 2023-04-07T20:10:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T07:22:42.000Z (almost 2 years ago)
- Last Synced: 2023-08-17T10:53:55.543Z (over 1 year ago)
- Topics: docker, docker-compose, favicon, gitea, linux, logo, self-hosted
- Language: Dockerfile
- Homepage: https://docs.gitea.io/en-us/customizing-gitea/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick reference
* Maintained by: [taskbjorn](https://github.com/taskbjorn)
* Official Git repository: [docker-gitea-icongen](https://github.com/taskbjorn/docker-gitea-icongen)# Supported tags and respective Dockerfile links
* [latest](Dockerfile)
# What is `docker-gitea-icongen`
![Logo](logo.png)
`docker-gitea-icongen` is a Docker container to generate logos and favicons for your self-hosted [Gitea](https://gitea.io) server.
# Running using Docker Compose
Clone this repository to a new folder:
```shell
git clone https://github.com/taskbjorn/docker-gitea-icongen.git
```Create the input and output folders and copy your favicon and logo to `./input/`:
```shell
mkdir -p input/ output/
cp favicon.svg input
cp logo.svg input
```Launch the Compose project:
```shell
docker-compose up
```The Gitea logos and favicons will be generated under `./output/`.
# License
This image is licensed under [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html).
As it is often the case with Docker images, some of the software contained in this image (e.g. the base image, software included in the base image, etc.) may be covered under a different license.
Please remember it is your responsibility as the end-user to ensure that your use case complies with the licenses of all included software.