aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #1778 from limianwang/develop无闻2015-10-13
|\ | | | | fix typo in README for Docker
| * fix typo in README for DockerLimian Wang2015-10-13
|/
* print out git versionUnknwon2015-10-13
|
* Merge pull request #1767 from 0rax/develop无闻2015-10-12
|\ | | | | Fix bug introduced in #1759 preventing ssh server to launch
| * Fix bug introduced in #1759 preventing ssh server to launchJean-Philippe Roemer2015-10-12
|/ | | | | | | - 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)
* Merge pull request #1766 from 0rax/develop无闻2015-10-12
|\ | | | | Docker repository path backward compatibility fix
| * Edit comment to make it clear that we are talking about container versionJean-Philippe Roemer2015-10-12
| |
| * Docker repository path backward compatibility fix:Jean-Philippe Roemer2015-10-12
|/ | | | | - resolve #1765 - create link to old git repository path: `/home/git/gogs-repository`
* Merge pull request #1764 from 0rax/develop无闻2015-10-12
|\ | | | | Volumed data setup changed to allow #1759
| * Volumed data setup changed to allow #1759Jean-Philippe Roemer2015-10-12
|/ | | | | | | | | - 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
* print log every time regulater timezoneUnknwon2015-10-10
|
* Merge pull request #1758 from 0rax/develop无闻2015-10-10
|\ | | | | Docker Container Restart Fix
| * Docker Container Restart FixJean-Philippe Roemer2015-10-10
| | | | | | | | | | - Fix s6 fifodir error on container restart - Add .tags* to .gitignore (Atom auto ctags generation)
* | Merge pull request #1757 from alvaroaleman/bugfix/docker_gosu无闻2015-10-10
|\ \ | | | | | | Update gosu, this fixes #1756
| * | Update gosu, this fixes #1756Alvaro Aleman2015-10-10
|/ /
* / add log when cannot regulate timeUnknwon2015-10-09
|/
* fix typoUnknwon2015-10-09
|
* fix README linksUnknwon2015-10-09
|
* Merge pull request #1752 from soudy/develop无闻2015-10-09
|\ | | | | fixed dead links in README
| * fixed dead links in READMESteven Oud2015-10-09
|/
* update localeUnknwon2015-10-08
|
* fix change visivility of non-org does not affect forksUnknwon2015-10-08
|
* unified API error responseUnknwon2015-10-08
|
* Merge pull request #1736 from soudy/develop无闻2015-10-08
|\ | | | | Added repository remove option to API
| * added repository remove option to apiSteven Oud2015-10-04
| |
* | fix quick guide styleUnknwon2015-10-07
| |
* | work on 1714Unknwon2015-10-05
| |
* | add log for trigger hook when push through SSHUnknwon2015-10-05
| |
* | save PR info as patch and minor fix on PRUnknwon2015-10-04
|/
* Merge pull request #1686 from preovaleo/develop无闻2015-10-03
|\ | | | | Fix #1669 on develop
| * Fix typoThéo Bougé2015-09-25
| |
| * fix typoThéo Bougé2015-09-25
| |
| * fix the restartThéo Bougé2015-09-25
| |
| * Fix #1669Théo BOUGE2015-09-25
| |
* | Merge pull request #1735 from soudy/develop无闻2015-10-03
|\ \ | | | | | | Add links to forks/watchers/stars in new layout header
| * | added links to forks/watchers/stars in new layout headerSteven Oud2015-10-03
|/ /
* | Merge pull request #1732 from 0rax/develop无闻2015-10-02
|\ \ | | | | | | Docker Container: Init 1 & Initialisation
| * | Remove fixed issueJean-Philippe Roemer2015-10-02
| | |
| * | Docker Container: Init 1 & InitialisationJean-Philippe Roemer2015-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | new quick start pageUnknwon2015-10-02
|/ /
* | Merge pull request #1731 from ogarcia/develop无闻2015-10-02
|\ \ | | | | | | Several bugfixes in Docker build
| * | Several bugfixes in Docker buildÓscar García Amor2015-10-02
| | | | | | | | | | | | | | | | | | | | | - Removed unnecessary variables - Fixed symbolic links creation - Fixed enter point - Less intermediate containers
* | | Update Docker README for #1708Unknwon2015-10-02
|/ /
* | Merge pull request #1730 from 0rax/develop无闻2015-10-02
|\ \ | | | | | | New approach to Gogs Docker Container
| * | Add bash to the image so bash git hooks can be usedJean-Philippe Roemer2015-10-02
| | |
| * | Use app/docker folder for SSH ConfigureationJean-Philippe Roemer2015-10-02
| | |
| * | New approach to Gogs Docker ContainerJean-Philippe Roemer2015-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge pull request #1725 from soudy/develop无闻2015-10-02
|\ \ \ | | | | | | | | Implemented #1721: see users who forked/starred/watched a repository
| * | | moved routes to RouterRef groupkendaru2015-10-02
| | | |
| * | | changed integrated page number to GETkendaru2015-10-02
| | | |