Andrey Ivanov ee8d704570 Initial
2022-03-03 12:23:53 +03:00
2022-03-03 12:23:53 +03:00
2022-03-03 12:23:53 +03:00
2022-03-03 12:23:53 +03:00
2022-03-03 12:23:53 +03:00
2022-03-03 12:23:53 +03:00
2022-03-03 12:23:53 +03:00
2022-03-03 12:23:53 +03:00
2022-03-03 12:23:53 +03:00

Gogs running with Docker Compose

Usage

How to start


  1. Clone this repo.
  2. Set value for the SECRET_KEY in the data\config\app.ini (e.g. using www.random.org).
  3. Run docker-compose up -d to start gogs.
  4. To check that your gogs application is running enter url http://localhost:3000 (ROOT_URL).
  5. Register a new user account.

How to close


  1. Run docker-compose stop to stop gogs container.
  2. Run docker-compose rm -f to remove gogs container.
  3. Remove all files from data/data, data/log, repo and ssh folders.

Settings

See the Gogs configuration cheat sheet for more information.

ATHENIS go mod proxy

Usage

export GOPROXY=http://localhost:3001 && go get ./...

or

export GOPROXY=http://localhost:3001 && GOSUMMDB=off go get ./...

go clean --modcache && export GOPROXY=http://localhost:3001 && GOSUMMDB=off go get ./...

Description
No description provided
Readme 29 KiB
Languages
Makefile 100%