73 Commits

Author SHA1 Message Date
ByteDream
163af770e4
Merge pull request #6 from ByteDream/dependabot/cargo/container/log-0.4.17
Bump log from 0.4.14 to 0.4.17 in /container
2022-05-18 11:58:26 +02:00
ByteDream
f930a5a4e7
Merge pull request #3 from ByteDream/dependabot/go_modules/server/github.com/mattn/go-sqlite3-2.0.3incompatible
Bump github.com/mattn/go-sqlite3 from 1.14.13 to 2.0.3+incompatible in /server
2022-05-18 00:05:19 +02:00
dependabot[bot]
41ab64d990
Bump serde_repr from 0.1.7 to 0.1.8 in /container
Bumps [serde_repr](https://github.com/dtolnay/serde-repr) from 0.1.7 to 0.1.8.
- [Release notes](https://github.com/dtolnay/serde-repr/releases)
- [Commits](https://github.com/dtolnay/serde-repr/compare/0.1.7...0.1.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-17 21:55:12 +00:00
dependabot[bot]
fc56f35604
Bump serde_json from 1.0.69 to 1.0.81 in /container
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.69 to 1.0.81.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.69...v1.0.81)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-17 21:55:08 +00:00
dependabot[bot]
e9815229ac
Bump log from 0.4.14 to 0.4.17 in /container
Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.17.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.14...0.4.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-17 21:55:05 +00:00
dependabot[bot]
e9a4851118
Bump serde from 1.0.130 to 1.0.137 in /container
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.130 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.130...v1.0.137)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-17 21:55:02 +00:00
dependabot[bot]
21d40e685b
Bump structopt from 0.3.25 to 0.3.26 in /container
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.25 to 0.3.26.
- [Release notes](https://github.com/TeXitoi/structopt/releases)
- [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.25...v0.3.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-17 21:54:58 +00:00
dependabot[bot]
60941fa663
Bump github.com/mattn/go-sqlite3 in /server
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.13 to 2.0.3+incompatible.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.13...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-17 21:54:02 +00:00
ByteDream
f4d77f5100
Create dependabot.yml 2022-05-17 23:50:06 +02:00
f2132f9063 Merge remote-tracking branch 'origin/main' 2022-05-17 23:39:11 +02:00
de2de23e89 Remove unused dependency 2022-05-17 23:38:51 +02:00
108980d705 Update dependencies 2022-05-17 23:37:52 +02:00
ByteDream
ab1054ff1a
Removed CGO disable 2022-01-28 10:47:36 +01:00
d9224951a0 Bumping docker-compose version 2022-01-27 18:45:00 +01:00
fae0f87436 Fixed several docker errors 2022-01-27 18:33:25 +01:00
f4e4b9b6aa Updated install oneliner (again) 2021-12-26 13:11:50 +01:00
86e403be19 Disabled cgo since this avoids glibc version errors v0.1.2 2021-12-26 13:03:57 +01:00
ByteDream
c73bdd5b51
Updated install oneliner 2021-12-26 12:59:05 +01:00
90da7b4999 Removed compiler warnings 2021-12-21 12:10:36 +01:00
73c24e457a Fixed logfile no permissions 2021-12-21 12:09:25 +01:00
f3e032cf54 Fixed ssh key generation issue (#1) v0.1.1 2021-12-20 01:23:36 +01:00
9f29b1b8dd Updated install instructions 2021-12-19 20:21:37 +01:00
a589014106 Initial commit v0.1.0 2021-12-19 17:30:51 +01:00