AngusMcGyver
39fadf2ab0
Update entrypoint.sh ( #58 )
...
Fix for #47 https://github.com/adferrand/docker-backuppc/issues/47
2021-08-05 00:10:58 +02:00
Adrien Ferrand
8998b054b8
Update rsync bpc to 3.1.3.0
2021-08-05 00:08:08 +02:00
Adrien Ferrand
1f59dae53a
Version 4.4.0-6
2021-06-28 23:34:49 +02:00
Adrien Ferrand
13f66477da
Prepare changelog
2021-06-28 23:34:38 +02:00
Vincent
b23f2a91c7
Ensure Lighttpd loads mod_openssl
when USE_SSL=true
( #56 )
...
Fixes #55
2021-06-28 23:32:33 +02:00
dependabot[bot]
ec68e76cd1
Bump alpine from 3.12.1 to 3.14.0 ( #57 )
...
Bumps alpine from 3.12.1 to 3.14.0.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-28 23:07:56 +02:00
Adrien Ferrand
629d286a52
Version 4.4.0-5
2021-06-28 23:02:26 +02:00
Adrien Ferrand
ef65acd8ce
Prepare changelog
2021-06-28 23:02:18 +02:00
Adrien Ferrand
a7627f95f7
Fix docker push
2021-06-28 23:01:20 +02:00
dependabot-preview[bot]
011e5c0b76
Upgrade to GitHub-native Dependabot ( #53 )
...
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-05-20 22:31:28 +02:00
XSAkos
fef7819980
fix par2cmdline pkg install ( #54 )
2021-05-20 22:31:09 +02:00
Adrien Ferrand
a58cff8709
Version 4.4.0-4
2020-11-13 18:56:20 +01:00
Adrien Ferrand
37824a69b0
Update changelog and documentation
2020-11-13 18:56:09 +01:00
Adrien Ferrand
d79dfd142d
Avoid to overwrite pre-defined /etc/msmtprc
2020-11-06 14:40:29 +01:00
Adrien Ferrand
650333e3aa
Version 4.4.0-3
2020-11-06 14:23:54 +01:00
Adrien Ferrand
caa69ae5dc
Fix release pipeline
2020-11-06 14:23:47 +01:00
Adrien Ferrand
9087ae07bc
Revert "Version 4.4.0-3"
...
This reverts commit 93d94bfa2f
.
2020-11-06 14:23:34 +01:00
Adrien Ferrand
93d94bfa2f
Version 4.4.0-3
2020-11-06 14:21:31 +01:00
Adrien Ferrand
e307741276
Fix release pipeline
2020-11-06 14:21:09 +01:00
Adrien Ferrand
1f5a4c4c13
Revert "Version 4.4.0-3"
...
This reverts commit 461cb089fd
.
2020-11-06 14:21:01 +01:00
Adrien Ferrand
461cb089fd
Version 4.4.0-3
2020-11-06 14:19:57 +01:00
Adrien Ferrand
89fdff3934
Prepare changelog
2020-11-06 14:19:34 +01:00
dependabot-preview[bot]
aa86efb2a1
Bump alpine from 3.12.0 to 3.12.1 ( #42 )
...
Bumps alpine from 3.12.0 to 3.12.1.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-06 14:16:17 +01:00
Adrien Ferrand
fb967d9031
Cleanup circleCI
2020-11-06 14:10:19 +01:00
Cacaocow
45ee6ba0d2
Fix variable name in description ( #41 )
2020-10-04 22:21:33 +02:00
Adrien Ferrand
4e12264a07
Finish release script
2020-08-14 09:17:18 +02:00
Adrien Ferrand
010cea6477
Connect tags to Azure Pipelines status
2020-08-13 19:30:39 +02:00
Adrien Ferrand
1fa6bd8840
Rename steps
2020-08-13 19:21:03 +02:00
Adrien Ferrand
ec0c815d56
Fix names, add docker trigger
2020-08-13 19:00:14 +02:00
Adrien Ferrand
6d14e836ff
Merge branch 'azure-pipelines'
2020-08-13 18:43:53 +02:00
Adrien Ferrand
1122c0149f
Remove relation to version in readme
2020-08-13 18:43:27 +02:00
Adrien Ferrand
448b0eecfb
Finish logic
2020-08-13 18:37:02 +02:00
Adrien Ferrand
f34367be67
Start work
2020-08-13 18:13:22 +02:00
Adrien Ferrand
ef04a184f7
Release 4.4.0-2
2020-08-13 17:44:39 +02:00
Chris Sibbitt
8cfcbc5f66
Fix firstrun flag ( #40 )
...
Fixes #31
Credit to @tadr0 for spotting it[1]. Problem introduced when adding quotes here[2].
I tested this from my branch, and my container can now restart cleanly again:
```
2020-08-12 23:30:42,646 WARN received SIGTERM indicating exit request
2020-08-12 23:30:42,647 INFO waiting for backuppc, lighttpd, watchmails to die
2020-08-12 23:30:42,648 INFO stopped: watchmails (terminated by SIGTERM)
2020-08-12 23:30:42,650 INFO stopped: lighttpd (exit status 0)
2020-08-12 23:30:43,652 INFO stopped: backuppc (exit status 0)
2020-08-12 23:30:46,304 INFO Set uid to user 0 succeeded
2020-08-12 23:30:46,309 INFO RPC interface 'supervisor' initialized
2020-08-12 23:30:46,310 INFO supervisord started with pid 1
2020-08-12 23:30:47,314 INFO spawned: 'backuppc' with pid 13
2020-08-12 23:30:47,317 INFO spawned: 'lighttpd' with pid 14
2020-08-12 23:30:47,319 INFO spawned: 'watchmails' with pid 15
2020-08-12 23:30:48,426 INFO success: backuppc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
```
[1] https://github.com/adferrand/docker-backuppc/issues/31#issuecomment-672891314
[2] 95034418c1 (diff-46bd948566ee03504c6421cadd8047faR119)
2020-08-13 17:41:39 +02:00
Adrien Ferrand
95034418c1
Release 4.4.0-1
2020-07-24 01:23:58 +02:00
Adrien Ferrand
e7ff7c3c8b
Reorder changelog
2020-06-21 14:26:22 +02:00
Adrien Ferrand
718bee0d56
Version 4.4.0
2020-06-21 14:22:58 +02:00
Adrien Ferrand
cbab290576
Set metrics doc and config
2020-06-21 14:22:20 +02:00
Adrien Ferrand
4b5f18f174
Merge pull request #39 from adferrand/upgrade-4.4.0
...
Upgrade backuppc to 4.4.0
2020-06-21 13:50:17 +02:00
Adrien Ferrand
2eeea6ea78
Upgrade backuppc to 4.4.0
2020-06-21 13:44:55 +02:00
Adrien Ferrand
146db03cb8
Clean repo
2020-06-01 00:28:59 +02:00
Adrien Ferrand
40080199f9
Version 4.3.2-6
2020-06-01 00:27:11 +02:00
Adrien Ferrand
643335edc5
Update README
2020-04-12 14:07:03 +02:00
Adrien Ferrand
20325d72a1
New release 4.3.2-5
2020-04-12 14:02:36 +02:00
Adrien Ferrand
64814dc739
Refactor the README
2020-04-12 13:57:54 +02:00
Christian Uhlmann
06c82b416a
Seperate auth - Active Directory / LDAP ( #23 )
...
* Enable authiorization against active diretory / LDAP
* fix type in readme
* fix table in readme
* fix table in readme
* add LDAP auth
Co-authored-by: Adrien Ferrand <ferrand.ad@gmail.com>
2020-04-12 13:15:31 +02:00
Adrien Ferrand
7bb4194c0c
Clean repo
2020-03-09 16:13:19 +01:00
Dean
088f737264
Update README.md link ( #32 )
...
Change backuppc documentation link to current github link
2020-03-06 23:57:56 +01:00
Adrien Ferrand
be67bbe36a
Fix tests (4.3.2-4)
2020-03-01 17:50:07 +01:00