Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor docs update for #2605 | Unknwon | 2016-02-12 | 1 | -1/+7 |
| | |||||
* | Add the ability to run crond inside the Docker container | Jean-Philippe Roemer | 2016-02-12 | 3 | -0/+18 |
| | | | | | | | | - Add the crond init script for s6 - Add the RUN_CROND configuration variable to setup crond - Crond will not be run by default (hence the `down` file in the service directory) - `start.sh` check if RUN_CROND = "true" || "1" and remove this file to tell s6 to run the initscript - Resolves #2597 | ||||
* | Merge pull request #2573 from prologic/add-note-wrt-ssh-on-docker#2409 | Unknwon | 2016-02-06 | 1 | -0/+2 |
|\ | | | | | Add an important note about mapping the ssh port on the container to the host | ||||
| * | Add an important note about mapping the ssh port on the container to the host | James Mills | 2016-01-19 | 1 | -0/+2 |
| | | |||||
* | | Update Dockerfile to update alpine to v3.3 & fix virtual package and ↵ | Jean-Philippe Roemer | 2016-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | repository pinning on RPi - Dockerfile now uses alpine:3.3 as base - Dockerfile.rpi now uses v3.3/community repository without pinning - Go package is no longer fetched using repository pinning - Fixes problem while using repository pinning & virtual package at the same time | ||||
* | | Merge pull request #2446 from jgsqware/develop | Unknwon | 2016-01-26 | 1 | -0/+9 |
|\ \ | | | | | | | Add Docker Volume from 1.9 | ||||
| * | | Add Docker Volume from 1.9 | juliengarcia | 2016-01-20 | 1 | -0/+9 |
| |/ | |||||
* / | Update Dockerfile & build script and add /etc/nsswitch.conf: | Jean-Philippe Roemer | 2016-01-25 | 2 | -2/+18 |
|/ | | | | | | - Add nsswitch.conf to configure LibC Name Service inside the container - Change my email in the Dockerfile - Update build script to install software as a `build-deps` virtual package so that adding a package to it will be automatically removed at the end of the build script | ||||
* | Remove RSA1 keys as only SSH version 2 is used | Ivan Marban | 2016-01-06 | 2 | -5/+0 |
| | |||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | prepare release | Unknwon | 2015-12-12 | 1 | -2/+2 |
| | |||||
* | #2155 The owner has reached maximum creation limit of 0 repositories | Unknwon | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | add quay.io as another Docker option | Unknwon | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -1/+0 |
| | |||||
* | Add `set -x` & `set -e` to docker/build.sh for better debugging | Jean-Philippe Roemer | 2015-11-16 | 1 | -0/+2 |
| | |||||
* | Update s6 path following package update | Jean-Philippe Roemer | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | Add logging when socat link creation is deactivated | Jean-Philippe Roemer | 2015-11-04 | 1 | -3/+5 |
| | |||||
* | Fix typo & cleanup start.sh code | Jean-Philippe Roemer | 2015-11-04 | 1 | -17/+26 |
| | |||||
* | Add syslog & fix `/data/git` rights & SOCAT_LINK env var | Jean-Philippe Roemer | 2015-11-04 | 4 | -19/+33 |
| | | | | | | | - Resolve #1893 - Add syslogd to output sshd log on stdout (via `docker logs`) - Enforce directory rights on `/data/git`, `/data/gogs` & `/data/ssh` - Add `SOCAT_LINK` environment variable to prevent the creation of scout links when they are not needed (see #1815) | ||||
* | Docker socat link: default port fix | Jean-Philippe Roemer | 2015-10-21 | 1 | -1/+1 |
| | | | | | - Remove port 80 & 443 unused by the container - Add port 3000 used by gogs application | ||||
* | Docker `socat` link creation | Jean-Philippe Roemer | 2015-10-21 | 1 | -6/+18 |
| | | | | | | | - `start.sh` will now verify that the port is not already used by another service - Resolve #1807 - Log when a service is created, or could not be created - Keep track of which port is already used, including goes & sshd port | ||||
* | fix typo in README for Docker | Limian Wang | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Fix bug introduced in #1759 preventing ssh server to launch | Jean-Philippe Roemer | 2015-10-12 | 1 | -5/+5 |
| | | | | | | | - ssh/setup: test directive now check if a file exist in key path instead of a folder - ssh/setup script was hanging waiting for an input about rewriting the key as the test case was returning true, when it should have been false (check if file is a folder instead of a file) | ||||
* | Edit comment to make it clear that we are talking about container version | Jean-Philippe Roemer | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Docker repository path backward compatibility fix: | Jean-Philippe Roemer | 2015-10-12 | 1 | -0/+4 |
| | | | | | - resolve #1765 - create link to old git repository path: `/home/git/gogs-repository` | ||||
* | Volumed data setup changed to allow #1759 | Jean-Philippe Roemer | 2015-10-12 | 3 | -9/+26 |
| | | | | | | | | | - Volumed subfolder now created up in the ENTRYPOINT script, this way they are created before S6 even starts making VOLUME. - The subfolder will be created during VOLUME creation too as ENTRYPOINT script will be run before /bin/true - SSH Keys will now be created on a single key basis not replying on the existence of /data/ssh folder | ||||
* | Docker Container Restart Fix | Jean-Philippe Roemer | 2015-10-10 | 2 | -4/+12 |
| | | | | | - Fix s6 fifodir error on container restart - Add .tags* to .gitignore (Atom auto ctags generation) | ||||
* | Remove fixed issue | Jean-Philippe Roemer | 2015-10-02 | 1 | -1/+0 |
| | |||||
* | Docker Container: Init 1 & Initialisation | Jean-Philippe Roemer | 2015-10-02 | 6 | -36/+53 |
| | | | | | | | | | | | - Now using a setup script before starting the app. The separation of the run script and the setup script will make service initialisation a little bit clearer - Now calling start.sh script as ENTRYPOINT and S6 as CMD. This way when running the container with just a shell script, the start.sh script will be launched before, making debugging easier - Added note about `.dockerignore` ignored during Docker Hub Automated Build | ||||
* | Merge pull request #1731 from ogarcia/develop | 无闻 | 2015-10-02 | 2 | -8/+14 |
|\ | | | | | Several bugfixes in Docker build | ||||
| * | Several bugfixes in Docker build | Óscar García Amor | 2015-10-02 | 2 | -8/+14 |
| | | | | | | | | | | | | | | - Removed unnecessary variables - Fixed symbolic links creation - Fixed enter point - Less intermediate containers | ||||
* | | Update Docker README for #1708 | Unknwon | 2015-10-02 | 1 | -15/+12 |
|/ | |||||
* | Use app/docker folder for SSH Configureation | Jean-Philippe Roemer | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | New approach to Gogs Docker Container | Jean-Philippe Roemer | 2015-10-02 | 6 | -43/+91 |
| | | | | | | | | | - VOLUME for ‘/data’ - Usage of S6 as PID 1 Process - Usage of ‘socat’ so linked container (like databases) are binded to localhost - OpenSSH, Socat Link and Gogs are supervised using S6 - Size of container reduced to ~75Mo | ||||
* | #1665 improve docs | Unknwon | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | #1665 improve Docker docs | Unknwon | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | update Docker info | Unknwon | 2015-09-17 | 1 | -0/+11 |
| | |||||
* | remove rsync | Unknwon | 2015-09-06 | 1 | -4/+0 |
| | |||||
* | fix error in docker doc | Unknwon | 2015-08-19 | 1 | -2/+2 |
| | |||||
* | fix docker docs style | Unknwon | 2015-08-19 | 1 | -6/+6 |
| | |||||
* | Able to set SSH port when install, update Docker docs | Unknwon | 2015-08-19 | 1 | -10/+8 |
| | |||||
* | new UI on admin/monitor | Unknwon | 2015-08-19 | 1 | -1/+5 |
| | |||||
* | update Docker README | Unknwon | 2015-08-18 | 1 | -14/+25 |
| | |||||
* | add pam for docker | codeskyblue | 2015-08-17 | 1 | -0/+13 |
| | |||||
* | update docker README | Unknwon | 2015-08-17 | 1 | -7/+8 |
| | |||||
* | add docker ssh support | codeskyblue | 2015-08-17 | 1 | -8/+19 |
| | |||||
* | pass test in my foreign machine test | codeskyblue | 2015-08-17 | 2 | -61/+7 |
| | |||||
* | some modify, I need to move my workenv to foreign county, network in china ↵ | codeskyblue | 2015-08-17 | 26 | -356/+118 |
| | | | | is so slow. | ||||
* | Update docker image. | Tiago Pires | 2015-07-20 | 17 | -41/+31 |
| | | | | | | | | Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com> | ||||
* | openssh-client provide ssh-keygen. GOGS needs that binary to add a ssh key ↵ | Alban Garrigue | 2015-02-22 | 2 | -2/+2 |
| | | | | to a user |