Commit graph

265 commits

Author SHA1 Message Date
Ravinou ed9086dbdc
Merge pull request #82 from Ravinou/dependabot/npm_and_yarn/eslint-config-next-13.5.6
build(deps-dev): bump eslint-config-next from 13.5.4 to 13.5.6
2023-11-02 20:41:25 +01:00
dependabot[bot] 4ad9374761
build(deps-dev): bump eslint-config-next from 13.5.4 to 13.5.6
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.5.4 to 13.5.6.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.5.6/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 19:32:21 +00:00
Ravinou 3085c8a1ba
Merge pull request #78 from Ravinou/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2023-11-02 20:15:08 +01:00
dependabot[bot] cf00132efc
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 19:11:58 +00:00
Ravinou 2777978114
Merge pull request #73 from Ravinou/dependabot/npm_and_yarn/nodemailer-6.9.7
build(deps): bump nodemailer from 6.9.6 to 6.9.7
2023-11-02 19:50:03 +01:00
Ravinou 2c451d125f
Merge pull request #74 from Ravinou/dependabot/npm_and_yarn/eslint-8.52.0
build(deps-dev): bump eslint from 8.23.1 to 8.52.0
2023-11-02 19:49:42 +01:00
Ravinou a99f7945d9
Create docker-image.yml for github workflow 2023-11-02 19:46:44 +01:00
Ravinou c644253f40
Merge pull request #76 from Ravinou/dependabot/npm_and_yarn/tabler/icons-react-2.40.0
build(deps): bump @tabler/icons-react from 2.38.0 to 2.40.0
2023-11-02 17:47:37 +01:00
dependabot[bot] 467a200c6d
build(deps): bump @tabler/icons-react from 2.38.0 to 2.40.0
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 2.38.0 to 2.40.0.
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v2.40.0/packages/icons-react)

---
updated-dependencies:
- dependency-name: "@tabler/icons-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:11:38 +00:00
dependabot[bot] 1652cb7ded
build(deps-dev): bump eslint from 8.23.1 to 8.52.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.1 to 8.52.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.23.1...v8.52.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:11:00 +00:00
dependabot[bot] 3c1f692bc1
build(deps): bump nodemailer from 6.9.6 to 6.9.7
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.6 to 6.9.7.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.6...v6.9.7)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:10:49 +00:00
Ravinou 0377b162ed
Merge pull request #66 from rugk/patch-1
Enable Dependabot for Docker, NodeJS and GitHub Actions depencies
2023-11-02 17:10:22 +01:00
rugk cd96e66c45
Enable Dependabot for Docker and GitHub Actions
AFAIK (and this was new to me) Dependabot is not active by default.

This enables it for all dependencies here, so it scans and suggests updates.

GitHub Actions is as far as I see not yet used, but well… easy enough to do that hehe soon…
2023-11-01 23:20:48 +01:00
Ravinou 6aed841b9f
fix: curl URL in cronjob needs hostname with PR #58 - #64 2023-10-29 10:36:27 +01:00
Ravinou 957bba58dc
Merge pull request #58 from dumbasPL/main
Rework Dockerfile to reduce image size
2023-10-22 13:00:11 +02:00
Ravinou 9fe80e4f29
Update README.md 2023-10-21 09:43:12 +02:00
nezu 6ea4c7f184 fix: rework Dockerfile to reduce image size 2023-10-17 12:27:12 +02:00
Ravinou d3b69fd97d
docs: update readme 2023-10-15 12:29:01 +02:00
Ravinou 0d6b5aaf12
2.0.0 2023-10-15 11:14:45 +02:00
Ravinou 70dbd64aff
Merge pull request #56 from Ravinou/v2.0
V2.0
2023-10-15 11:11:00 +02:00
Ravinou 1e6b53615f
feat: QuickCommand is now the repo URL only 2023-10-14 10:33:14 +02:00
Ravinou 3d409916be
fix: upgrade node image 2023-10-10 19:59:01 +02:00
Ravinou ddd2972b9c
Update dependencies 2023-10-10 19:52:01 +02:00
Ravinou 2642d15f4f
Update dependencies 2023-10-10 19:47:19 +02:00
Ravinou 1ef8703991
feat: add apprise to docker-compose 2023-10-08 18:41:13 +02:00
Ravinou bd4ff2f87e
fix: default Apprise mode on stateless 2023-10-08 18:25:43 +02:00
Ravinou ea68dea83f
fix: return a empty json if there are no repo to stat 2023-10-08 16:57:13 +02:00
Ravinou 3e63f187e8
feat: history in a log the repo list changes 2023-10-08 16:38:13 +02:00
Ravinou 5720ff906c
Update dependencies 2023-10-08 12:10:19 +02:00
Ravinou 55a33d627d
fix: uid/gid in docker 2023-10-05 21:21:55 +02:00
Ravinou 6db2364ca3
2.0.0-rc.3 2023-10-02 18:51:07 +02:00
Ravinou d55a9c17a0
fix: check if there are some repo before stat them 2023-10-02 17:59:03 +02:00
Ravinou 608a3b6bf5
feat: add docker-compose.yml file 2023-10-01 22:06:51 +02:00
Ravinou f217d922a1
fix: "hostname" env var is used by default in docker. Avoid conflict. 2023-10-01 21:15:18 +02:00
Ravinou 2ff969d3c1
fix: default account init 2023-10-01 19:04:42 +02:00
Ravinou 805253491d
feat: add default values for wizard 2023-10-01 18:48:58 +02:00
Ravinou 8df8c6a100
feat: add uid and gid options for build 2023-10-01 18:36:00 +02:00
Ravinou ed97e52c60
feat: get SSH fingerprints and env 2023-09-23 19:09:08 +02:00
Ravinou 9e55b47f77
feat: add cronjobs to docker 2023-09-23 18:09:10 +02:00
Ravinou f1cfe2459b
fix: better description in step 2 2023-09-17 22:16:01 +02:00
Ravinou 1baef885d2
fix: restart SSH service after docker init 2023-09-17 22:08:54 +02:00
Ravinou 88e351f18c
fix: step3 variable name in dataToCopy 2023-09-17 22:06:16 +02:00
Ravinou b5b4f1a766
fix: entrypoint init 2023-09-17 17:42:30 +02:00
Ravinou f4479bb2f8
feat: add ssh init 2023-09-17 11:21:22 +02:00
Ravinou 7e21c7b379
fix: stop container if init failed 2023-09-16 19:23:29 +02:00
Ravinou 22eabd165d
2.0.0-rc.2 2023-09-10 18:40:37 +02:00
Ravinou 941fd93653
fix: improve delete repo function 2023-09-10 18:36:31 +02:00
Ravinou 100c62f39b
docker testing 2023-09-10 17:52:52 +02:00
Ravinou ddc5229136
style: all files now match prettier conf 2023-09-10 15:58:08 +02:00
Ravinou 8198c5462b
Add prettier configuration 2023-09-10 15:54:21 +02:00