guillep2k
1b4357a2a1
Fix regexp ranges ( #9977 )
5 years ago
guillep2k
a47cfdf346
Fix crowdin update script ( #9969 )
...
* Fix crowdin update script
* Refine the script to be specific about what it should change
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
5 years ago
Antoine GIRARD
99aad09bd0
Filter locales under 25% ( #9893 )
...
* Create update-locales.sh
* Update .drone.yml
* fix file perms +x
5 years ago
Antoine GIRARD
57a8440db3
Update gitignore list ( #5258 )
...
* update gitignore
* Handle symlink in tar
* Add some logs
6 years ago
Jonas Franz
fbdc00f464
Updating generate-licenses.go to fetch licenses from maintained repository. ( #3484 )
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
Thomas Boerger
780cb692d6
Make sure both scripts/ can live side by side ( #1264 )
8 years ago
Thomas Boerger
42032fdecf
Synced licenses with github repo ( #1246 )
...
* Added script to download licenses from github
* Synced licenses with github repo
8 years ago
Thomas Boerger
a06c3ad2c0
Synced gitignores with github repo ( #1245 )
...
* Renamed scripts directory into contrib
* Added script to download gitignores from github
* Synced gitignores with github repo
8 years ago
Lunny Xiao
60db7ed5ac
fix scripts/mysql.sql from gogs to gitea ( #1161 )
8 years ago
Bo-Yi Wu
252adc912d
refactor: update debian script. ( #965 )
8 years ago
Bwko
75f0b0c51c
Added gogs migration script ( #532 )
8 years ago
Lunny Xiao
11df7ebfc5
init script gentoo ( #447 )
...
* init script for gentoo (#3761 )
* replace Gogs to Gitea
* remove override port number
* remove port
8 years ago
Avelino
b21bf80dd4
update SERVICENAME on init scripts
8 years ago
Avelino
79bd7648b0
fixed typo on rename project name scripts for windows (bat)
8 years ago
Avelino
b78d3f5865
Fixed project name on scripts
8 years ago
Sandro Santilli
145ab5c89a
Rename and update init files to use "gitea" instead of "gogs"
...
Closes #102
9 years ago
Sandro Santilli
b7263f31a5
Replace GOGS with GITEA in variable names
...
Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables
as a fallback if the equivalent GITEA_* are not set,
warning user about the need for change.
Does not change "gogs" to "gitea" in webhook type name
Because "gogs" hook type is part of the API (routes) and used
in templates...
Closes #87
9 years ago
Thomas Boerger
b32776d533
Dropped outdated build scripts
9 years ago
Matthias Loibl
f01d927efb
Rename all occurrences of gogs.go
...
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
9 years ago
Rémy Boulanouar
2d68bd1ef9
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
Corben Dallas
d09fca3ca9
Add a (Open)SuSE init script ( #3558 )
9 years ago
Unknwon
ec92565f23
#3393 fix missing sub-url prefix in relative avatar link
9 years ago
rugk
28dc5bb566
Replace gogs.io http links with https version ( #3386 )
9 years ago
Vasily Mikhaylichenko
f0df46c88a
Add an OpenBSD daemon control script ( #3060 )
9 years ago
Unknwon
4f6c3e8bb2
Hijack #2388
9 years ago
Adam Strzelecki
653e1506ad
OS X launchd script
...
Using this script:
1. Copy scripts/launchd/io.gogs.web.plist into /Library/LaunchDaemons
2. The script assumes Gogs is running under 'gogs' user and group, modify
/Library/LaunchDaemons/io.gogs.web.plist if you want to user different user.
3. The script assumes Gogs is installed in /Users/git/gogs, modify
/Library/LaunchDaemons/io.gogs.web.plist if you installed Gogs in different
location.
4. Once you are sure that running Gogs manually via `gogs web` works fine, run
it as a launchd service with:
sudo launchctl load -F /Library/LaunchDaemons/io.gogs.web.plist
From now on launchd will ensure Gogs is running, eg. when system is restarted.
9 years ago
Koen Wilde
4db0e1d340
Fix status command in FreeBSD init script
...
If the init script is called with `status`, the rc.subr(8) routines check if
the first argument associated with the pid in the pidfile is equal to
`procname`. By default, `procname` is equal to the value of `command`. In our
case, `command` contains a space (i.e. has multiple arguments), so `procname`
can never be equal to the first argument of the command associated with the
pid.
Set `procname` to the first argument of `command` to fix the `status` command
of the init script.
9 years ago
Unknwon
240fe07287
#2273 URL consistency on webhook payload
9 years ago
Adam Strzelecki
e5fe367b82
scripts: Remove less.sh superseded by Makefile
...
We no longer need to manually build CSS files as Makefile keeps track of it.
9 years ago
Unknwon
830d000667
finish wiki
9 years ago
Renato Aquino
923c45d721
HOME fix into FreeBSD init script
10 years ago
T.J. Yang
b992deae92
adding extra check on logpath
10 years ago
Andrey Nering
0252629956
Adding simple script to install Gogs as a Windows service.
10 years ago
Jeff Geerling
4a05c4a759
Set USER env variable so installation can complete successfully.
10 years ago
Unknwon
eda9211fa4
fix #1198
10 years ago
Unknwon
70d44e9565
Merge branch 'master' of github.com:gogits/gogs into develop
10 years ago
无闻
007a42a8ff
Merge pull request #1321 from wfriesen/freebsdinit
...
Fix command used by FreeBSD init script
10 years ago
无闻
4ab60bbfba
Merge pull request #1262 from chadoe/systemd-env
...
fix systemd "Trailing garbage, ignoring." warning.
10 years ago
无闻
9cf334fca9
Merge pull request #1185 from linquize/build-win
...
Update build.sh for Windows
10 years ago
Linquize
08f7547acf
Update build.sh for Windows
10 years ago
William Friesen
bfef8f0edd
Fix command used by FreeBSD init script
10 years ago
Björn
6eecbf17cd
fix debian init script
...
- use start-stop-daemon's chuid feature insted of su
- using `su -c` breaks if the git user has no usable shell
- this fixes #1025
- put --test before --exec, instead it gets passed to gogs
- set cwd via --chdir
10 years ago
Martin van Beurden
66d7adc3a8
fix systemd "Trailing garbage, ignoring." warning.
...
Environment should be a space-separated list instead of comma-separated.
No need for double quoting when the values don't contain spaces.
10 years ago
Robert Rauch
7e5063a93d
fix typo in centos init script
...
We should be *sourcing* `/etc/sysconfig/gogs`, not *executing* it, don't we?
10 years ago
Carlos Gutierrez
e7f4d23412
Remove use of PID and fix stderr redirection
10 years ago
Unknwon
6c84223f43
scripts: remove meaningless script and modify systemd service
10 years ago
Stefan-Code
6e341e26b3
added less compile script
10 years ago
Unknwon
98f7f6bef8
scripts: remove confuse scripts
10 years ago
Clint Armstrong
66a9c0d71d
Rename scripts/rc/freebsd/gogs to scripts/init/freebsd/gogs
10 years ago
Clint Armstrong
7e3d66673d
Add freebsd rc script
10 years ago