aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
* systemd: add `mysql.service` to "After" (#7300)Juning2023-01-07
|
* scripts: fix MySQL script for MariaDB >= 10.3.1 (#6424)MichaIng2020-11-24
| | | | | | | | | | | | | | innodb_file_format and innodb_large_prefix have been deprecated with MariaDB v10.2 and removed with v10.3.1. They have been reintroduced with v10.4.3 but remain deprecated and unused: - https://mariadb.com/kb/en/innodb-system-variables/#innodb_file_format - https://mariadb.com/kb/en/innodb-system-variables/#innodb_large_prefix Setting those variables on MariaDB >=10.3.1 leads to the following error: "ERROR 1238 (HY000) at line 7: Variable 'innodb_file_format' is a read only variable" Since semantic versioning patch versions cannot be compared via numeric operators, only the major + minor versions are compared against 10.3. Since v10.2.2 the defaults match the desired values, so there is only the single patch version 10.3.0 where, when explicitly set differently via MariaDB configs, this commit could lead to an unwanted database format. In favour of a simple SQL change, this case is ignored. This commit additionally removes trailing spaces and the doubled trailing empty line. Signed-off-by: MichaIng <micha@dietpi.com>
* shellcheck: fix warnings (#6274)ᴜɴᴋɴᴡᴏɴ2020-08-23
| | | | | * Remove outdated files * Fix warnings
* workflow: add shellcheck as a linter (#6202)Dre2020-07-17
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* scripts/init/ddwrt: removed reliance on sudo, daemonize deals with forking ↵mb2019-09-19
| | | | | | as user. (#5806) Added wait for SQL as it may take more time to start up on a router: make sure you configure this before using. Proper Start/Stop/Reset is now implemented.
* scripts: ddwrt / entware init script (#5795)mb2019-09-18
|
* scripts/mysql: fix compatibility issue (#5786)Shiki-H2019-08-19
|
* scripts: add NoNewPrivileges=true to systemd unit file (#5381)Steven Haigh2018-08-16
| | | Also add comment about unsupported options in different systemd versions.
* scripts: apply hardening for systemd service (#5332)Bogdan Khomutsky2018-07-09
|
* models: add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 ↵m2nlight2018-03-09
| | | | | | | | | | | | | | | | | | | | (#4913) * Add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 (fix #4894) * Update models.go Rename NewEngine2 to NewEngineWithParams * Rename NewEngine2 to NewEngineWithParams Please update vendor when https://github.com/go-xorm/xorm/pull/798 closed. * Update dialect_mysql.go * Update dialect_mysql.go * Update models.go
* scripts: fix overextending of variable name (#4888)Robin Alexander Richtsfeld2017-11-22
|
* scripts: fix LSB init scripts so gogs starts when using mysql/postgresql for ↵Credomane Evonguard2017-06-14
| | | | database (#4561)
* scripts: update gogs.service (#4223)Unknwon2017-03-04
| | | | | According to https://goo.gl/ea8k9K, it hurts nothing to use nonexistent services but gains convenient for default settings.
* scripts: update gogs.service (#4223)Unknwon2017-03-02
| | | | | | Add 'After=mariadb.service’. [CI SKIP]
* Simplify descriptionUnknwon2017-02-15
|
* Produce a position independent executable (#4011)Aaron Wood2017-01-28
| | | | | | * Produce a position independent executable * Add OS detection to the main Makefile so we don't apply -pie on OS X
* init script for gentoo (#3761)afilippov19852016-12-21
|
* Add a (Open)SuSE init script (#3558)Corben Dallas2016-08-31
|
* #3393 fix missing sub-url prefix in relative avatar linkUnknwon2016-08-07
|
* Replace gogs.io http links with https version (#3386)rugk2016-08-05
|
* Add an OpenBSD daemon control script (#3060)Vasily Mikhaylichenko2016-07-01
|
* Hijack #2388Unknwon2016-02-14
|
* OS X launchd scriptAdam Strzelecki2016-01-13
| | | | | | | | | | | | | | | | | | | | 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.
* Fix status command in FreeBSD init scriptKoen Wilde2016-01-09
| | | | | | | | | | | | 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.
* #2273 URL consistency on webhook payloadUnknwon2015-12-25
|
* scripts: Remove less.sh superseded by MakefileAdam Strzelecki2015-12-01
| | | | We no longer need to manually build CSS files as Makefile keeps track of it.
* finish wikiUnknwon2015-11-30
|
* HOME fix into FreeBSD init scriptRenato Aquino2015-11-12
|
* adding extra check on logpathT.J. Yang2015-10-31
|
* Adding simple script to install Gogs as a Windows service.Andrey Nering2015-10-29
|
* Set USER env variable so installation can complete successfully.Jeff Geerling2015-09-26
|
* fix #1198Unknwon2015-07-28
|
* Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-25
|\
| * fix debian init scriptBjörn2015-06-04
| | | | | | | | | | | | | | | | - 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
* | Merge pull request #1321 from wfriesen/freebsdinit无闻2015-07-25
|\ \ | | | | | | Fix command used by FreeBSD init script
| * | Fix command used by FreeBSD init scriptWilliam Friesen2015-06-09
| |/
* | Merge pull request #1262 from chadoe/systemd-env无闻2015-07-25
|\ \ | | | | | | fix systemd "Trailing garbage, ignoring." warning.
| * | fix systemd "Trailing garbage, ignoring." warning.Martin van Beurden2015-05-09
| |/ | | | | | | | | Environment should be a space-separated list instead of comma-separated. No need for double quoting when the values don't contain spaces.
* | Merge pull request #1185 from linquize/build-win无闻2015-07-25
|\ \ | |/ |/| Update build.sh for Windows
| * Update build.sh for WindowsLinquize2015-06-29
| |
* | fix typo in centos init scriptRobert Rauch2015-04-01
|/ | | We should be *sourcing* `/etc/sysconfig/gogs`, not *executing* it, don't we?
* Remove use of PID and fix stderr redirectionCarlos Gutierrez2015-03-17
|
* scripts: remove meaningless script and modify systemd serviceUnknwon2015-03-04
|
* added less compile scriptStefan-Code2015-02-18
|
* scripts: remove confuse scriptsUnknwon2015-02-03
|
* Rename scripts/rc/freebsd/gogs to scripts/init/freebsd/gogsClint Armstrong2015-01-30
|
* Add freebsd rc scriptClint Armstrong2015-01-30
|
* Allow start.sh from any working directoryClint Armstrong2015-01-17
| | | This change to start.sh allows it to be executed from any working directory and always reference the gogs binary in the parent directory. Very helpful when calling start.sh from an init script.
* flexiable the build scripts and add a freebsd build scriptAndré Grötschel2014-12-27
|
* add +x autoboot.shjacksonpan2014-10-13
| | | | fix