You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,30 @@ and add a git-webhook for your.domain.com:6578/repo_master. Everytime you push t
35
35
## What about safety?
36
36
37
37
Git webhooks use only 4 different ips for their webhooks. (207.97.227.253, 50.57.128.197, 108.171.174.178, 50.57.231.61) You can easily restrict access to your gohup server by using either a firewall or an equivalent nginx configuration.
38
+
39
+
40
+
## License
41
+
42
+
This Software is licensed under the MIT License.
43
+
44
+
Copyright (c) 2012 adeven GmbH,
45
+
http://www.adeven.com
46
+
47
+
Permission is hereby granted, free of charge, to any person obtaining
48
+
a copy of this software and associated documentation files (the
49
+
"Software"), to deal in the Software without restriction, including
50
+
without limitation the rights to use, copy, modify, merge, publish,
51
+
distribute, sublicense, and/or sell copies of the Software, and to
52
+
permit persons to whom the Software is furnished to do so, subject to
53
+
the following conditions:
54
+
55
+
The above copyright notice and this permission notice shall be
56
+
included in all copies or substantial portions of the Software.
57
+
58
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
59
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
60
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
61
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
62
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
63
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
64
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments