4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-14 18:36:07 +00:00
Commit Graph

93 Commits

Author SHA1 Message Date
f5c6c191ea AppArmor: multiarch support and allow datagram transports 2019-03-09 22:34:26 -05:00
00ad8e594e Add AppArmor profile 2019-03-09 08:15:14 -05:00
f4ccbe6c94 contrib/busybox-init: add reload and use -useconffile
+ Added reload command.
+ Use -useconffile instead, as it's required for reloading.
2019-03-06 11:30:49 +01:00
76dd1f6345 contrib/openrc: I like symmetry 2019-03-05 22:27:51 +01:00
1097c1c0c9 contrib/openrc: add reload command 2019-03-05 20:50:24 +01:00
26a952aa6c contrib/openrc: add init file for OpenRC 2019-03-05 20:35:02 +01:00
ddd1ac4606 Fix launchd file for macOS to use -useconffile 2019-03-04 08:44:25 +00:00
857a33c91b Revert "Simplifying Dockerfile" 2019-03-02 15:26:55 +00:00
46a5c7cccf Merge pull request #333 from cwinfo/develop
Simplifying Dockerfile
2019-03-02 10:39:39 +00:00
ef77822897 contrib/busybox-init: add init.d script for busybox init 2019-03-01 17:26:07 +01:00
24cf4b9d2b Add ExecReload for SIGHUP 2019-02-18 22:31:34 +00:00
2b70f967a8 Merge pull request #14 from cwinfo/new-docker-solution
New-Docker-Solution to Branch Develop
2019-02-11 16:54:45 +02:00
c2561c90c7 Update Dockerfile
Making easier to install and update, because dont have to download Github repository manually.
2019-02-11 16:50:22 +02:00
fe09c234bc Fix Debian generate.sh 2019-02-10 12:29:04 +00:00
9f7609817e Remove yggdrasil-resume.service from systemd contrib and Debian package 2019-02-10 12:22:39 +00:00
462af89600 Merge pull request #12 from cwinfo/develop
Branch Develop to New-Docker-Solution
2019-02-04 15:25:37 +02:00
901333cc99 Update Dockerfile 2019-01-30 13:12:46 +02:00
6ef0e47632 fix merge conflict 2019-01-26 14:27:37 -06:00
2baedc9bcc make ansible key generator a tiny bit faster 2019-01-25 21:28:22 +01:00
c8e1be0f73 link/stream refactoring bugfixes and gofmt 2019-01-19 16:37:45 -06:00
21306532c1 update ansible key generator
It's probably easier to use without it having an ansible folder prefix, if people want to put it into a different dir then they should change their workdir. Apart from that, this fixes a bug where I defined yggdrasil_signing_public_key twice, but never the private key.
2019-01-15 16:48:25 +01:00
88cf6b7684 add ansible key generator 2019-01-15 02:28:27 +01:00
8119db10c7 Merge pull request #302 from neilalexander/logo
Logo proposal
2019-01-08 22:17:09 +00:00
e6e7f9377f Move --count parameter 2018-12-27 21:45:30 +00:00
8c7b9e2f90 Add a null check to name.sh 2018-12-27 21:44:29 +00:00
6fcd8a8dbd Fix incorrect check 2018-12-27 21:36:50 +00:00
7eaee172cf Replace tests with ifs 2018-12-27 21:22:46 +00:00
57894541b7 Check string emptiness 2018-12-27 21:14:23 +00:00
e6a246f040 Chop up contrib/semver/version.sh 2018-12-27 20:03:46 +00:00
b4a7dab34d Versioning be damned 2018-12-26 23:50:17 +00:00
f91fb1045c Downgraded all armhf builds to v6 2018-12-18 12:28:15 -05:00
ace9568981 Added compile support for Arm v6
Support for older raspberry pis and Pi Zero
2018-12-18 11:36:15 -05:00
09ea9a166f More tweaks to semver 2018-12-18 12:14:47 +00:00
3ea33c9fa7 Fix build tags maybe? 2018-12-18 12:03:23 +00:00
bfdb079b79 Append suffix to master releaser releases if they are not the first merge (package revisions) 2018-12-18 11:52:22 +00:00
429d014d1c Fix addgroup/groupadd 2018-12-18 11:16:27 +00:00
a22da8009f Hopefully fix semver versioning breakage caused by non-master merge commits 2018-12-17 22:07:28 +00:00
0a9b34d121 Revert "Merge pull request #259 from neilalexander/semver"
This reverts commit 51b3746df6, reversing
changes made to 6e87791e50.
2018-12-17 19:17:29 +00:00
fb1d639f6d Merge pull request #5 from cwinfo/develop
Branch Develop: Branch to Patch
2018-12-17 15:32:29 +02:00
712ec7d3fb Update Dockerfile
ENV CGO_ENABLED=0
2018-12-17 15:28:45 +02:00
b20c3538b7 Point hjson to master repo following comments merge 2018-12-17 10:50:57 +00:00
0ee74a4efd Update semver 2018-12-17 10:34:26 +00:00
e1c7983752 Update debian package to fix systemd disabling (not good for remote systems) and add group yggdrasil for admin socket/conf 2018-12-14 14:25:26 +00:00
73ed563dde Update debian package behavior
It now won't enable itself automatically on install and it will
only start Yggdrasil if enabled in systemd. It also won't break
during install on systems where systemd is not present.
2018-12-12 20:29:56 +00:00
08ad163dfe Add starting point for an RPM spec file 2018-12-09 23:10:12 +00:00
3b2044666d Fix bug in semver version.sh 2018-12-08 11:31:20 +00:00
f2d01aa54d Use bare version in deb/macos packages instead of cut 2018-12-08 10:54:47 +00:00
9d0b8ac6f4 Strip v from version during imprint 2018-12-08 10:51:31 +00:00
5315bc25c5 Return 1 instead of -1 from semver/deb 2018-12-08 10:33:33 +00:00
2da3ef420c Update documentation, remove stray .DS_Store file 2018-12-08 10:30:43 +00:00