Commit graph

107 commits

Author SHA1 Message Date
dependabot[bot]
c93a484e86
chore(deps): bump actions/checkout from 2 to 3 (#10)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-13 00:14:49 +00:00
Gareth Flowers
5b26f6425a docs(readme): adds docker compose example 2022-01-22 23:03:13 +00:00
Gareth Flowers
ae94c71a53 feat(docker): alpine 3.15.0, vsftpd 3.0.5r1 2022-01-22 22:49:15 +00:00
Gareth Flowers
27f5b5361d test(): exit tests if anything fails 2022-01-22 22:34:46 +00:00
Gareth Flowers
a67dccdcd1 test(): adds test script 2021-12-23 22:02:59 +00:00
Gareth Flowers
658ece9e03 chore(docker): bump alpine from 3.14.0 ro 3.14.3 2021-11-14 22:26:04 +00:00
Gareth Flowers
7e1a53a950 feat(docker): alpine v3.14.0, vsftpd v3.0.4r0 2021-08-05 22:03:28 +01:00
Gareth Flowers
ce54f573eb refact(): remove config 2021-08-05 21:57:02 +01:00
dependabot[bot]
9c4e9a03f0
chore(deps): bump peter-evans/dockerhub-description from 2.4.2 to 2.4.3 (#9) 2021-07-14 14:20:24 +01:00
Gareth Flowers
c8ead95d4a Set theme jekyll-theme-minimal 2021-05-16 17:48:40 +01:00
Gareth Flowers
cd4a51ee5f chore(ci): specify repo when updating description 2021-05-15 14:00:34 +01:00
Gareth Flowers
60d0e1fe28 chore(deps): bump peter-evans/dockerhub-description from 2 to 2.4.2 2021-05-15 13:55:07 +01:00
Gareth Flowers
fc837e7c0a chore(ci): run ci on pull requests and page builds 2021-05-13 22:17:28 +01:00
Gareth Flowers
3315a73ca5 chore(github): specifies reviewers for dependabot 2021-05-13 22:04:18 +01:00
Gareth Flowers
43bb5da49e docs(readme): adds link to vsftpd 2021-04-12 23:29:31 +01:00
Gareth Flowers
1d0ad6a16c docs(readme): reformat 2021-04-12 23:24:28 +01:00
Gareth Flowers
ae2b667403 refact(): removes temp build script 2021-04-12 22:55:09 +01:00
Gareth Flowers
de9f64f215 chore(github): adds dependabot 2021-04-12 22:51:30 +01:00
Gareth Flowers
afffcbad0d chore(docker): bump to alpine 3.13.4 2021-04-12 22:37:27 +01:00
Gareth Flowers
5e6b6c7c48 docs(readme): publish ports in docker run example 2021-04-12 22:21:22 +01:00
Gareth Flowers
4a8f31228f fix(vsftpd): limit to 10 pasv ports 2021-04-12 20:16:46 +01:00
Gareth Flowers
83a857ab87 fix(vsftpd): allow 0.0.0.0 pasv address 2021-04-12 20:14:44 +01:00
Gareth Flowers
82d3f85245 refact(docker): removes custom labels 2021-04-12 14:55:07 +01:00
Gareth Flowers
0d8cc8f549 chore(github): update docker push process 2021-04-12 14:07:17 +01:00
Gareth Flowers
382835e748 feat(docker): sets a default banner message 2020-09-15 00:43:09 +01:00
Gareth Flowers
e299d46b3e feat(docker): allow setting user and group id via env 2020-09-15 00:21:18 +01:00
Gareth Flowers
09cb4adc6f
feat(docker): expose passive port range 2020-09-10 17:21:09 +01:00
Gareth Flowers
9f1c8bdfde
chore(ci): build on all available platforms 2020-09-09 21:26:27 +01:00
Gareth Flowers
86d2984d6a fix(docker): expose tcp ports only 2020-09-06 23:57:45 +01:00
Gareth Flowers
4a55af62dd feat(docker): adds healthcheck 2020-09-06 23:53:26 +01:00
Gareth Flowers
606f478a07 chore(ci): fixes version extraction 2020-09-05 00:21:08 +01:00
Gareth Flowers
255b762a7e fix(docker): expose port 20 2020-09-04 23:52:25 +01:00
Gareth Flowers
452d11f612 feat(ftp): more complete options 2020-09-04 23:52:06 +01:00
Gareth Flowers
f5730f421e refact(): remove docker-compose 2020-09-04 23:24:39 +01:00
Gareth Flowers
dbc5fb349e fix(): re-add default options 2020-09-04 23:19:34 +01:00
Gareth Flowers
e8921e17c1 feat(): use uid and gid 1000 2020-09-04 22:58:18 +01:00
Gareth Flowers
5aa66a6926 fix(): generate same user and group 2020-09-04 22:50:49 +01:00
Gareth Flowers
55c55d0941 feat(): enable local 2020-09-04 20:51:41 +01:00
Gareth Flowers
ef3cae90ab refact(): removes more default 2020-09-04 20:11:47 +01:00
Gareth Flowers
271e3d0299 feat(): removes session support 2020-09-04 20:07:57 +01:00
Gareth Flowers
d73fb3580e refact(): removes default options 2020-09-04 20:07:27 +01:00
Gareth Flowers
604ee30745 fix(): adds user to default ftp group 2020-09-04 17:38:57 +01:00
Gareth Flowers
79ad20ea72 fix(): dont fail startup if script errors 2020-09-04 17:38:30 +01:00
Gareth Flowers
fa0f037751 docs(readme): use host network for passive port range 2020-09-04 15:51:31 +01:00
Gareth Flowers
e506e7e9b1 chore(ci): use only common buildx platforms 2020-09-02 22:58:43 +01:00
Gareth Flowers
b351e5445d
chore(ci): use docker buildx action
* chore(ci): adds docker buildx action

* chore(ci): fixes
2020-09-02 22:51:55 +01:00
Gareth Flowers
bfa9144e91 refact(): removes version 2020-08-29 22:51:51 +01:00
Gareth Flowers
a32e01c758 chore(github): switch funding to ko-fi 2020-07-30 22:55:16 +01:00
Gareth Flowers
11bf38021a feat(docker): adds example compose file 2020-07-27 16:47:17 +01:00
Gareth Flowers
486fc3e7c3 refact(docker): relocates src code 2020-07-26 23:12:52 +01:00