Commit graph

38 commits

Author SHA1 Message Date
MarcUs7i
77d541553d Merge branch 'add-docs' of https://github.com/MarcUs7i/uLinkShortener into add-docs 2025-04-02 12:19:43 +02:00
MarcUs7i
f8e49d5f6a Updated README.md 2025-04-02 12:19:29 +02:00
MarcUs7i
ab484dd0b4 Removed python files 2025-04-02 12:19:29 +02:00
MarcUs7i
73809f7f0f
Merge pull request #3
Bump docker/setup-buildx-action from 1 to 3
2025-04-02 12:08:53 +02:00
MarcUs7i
82c32f25b7
Merge pull request #4
Bump docker/login-action from 1 to 3
2025-04-02 12:08:06 +02:00
MarcUs7i
13bce357c6
Merge pull request #5
Bump docker/build-push-action from 2 to 6
2025-04-02 12:06:57 +02:00
MarcUs7i
a4ff5216ef Updated README.md 2025-04-02 12:03:41 +02:00
MarcUs7i
ddeffc2504 Removed python files 2025-04-02 12:03:30 +02:00
dependabot[bot]
1330ae152b
Bump docker/setup-buildx-action from 1 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 07:57:38 +00:00
MarcUs7i
24f53a379d
Merge pull request #2
Bump actions/checkout from 2 to 4
2025-04-02 09:56:47 +02:00
dependabot[bot]
edb583c6b2
Bump docker/build-push-action from 2 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 07:51:37 +00:00
dependabot[bot]
3eca1505eb
Bump docker/login-action from 1 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 07:51:36 +00:00
dependabot[bot]
30f11d49f6
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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>
2025-04-02 07:51:33 +00:00
MarcUs7i
90e183941c
Merge pull request #1 from MarcUs7i/rewrite-go
Rewrite to go
2025-04-02 09:50:56 +02:00
MarcUs7i
d88cb5cdd3 Updated .env.example 2025-04-02 09:43:34 +02:00
MarcUs7i
1474edf7fe Fixed website analytics update 2025-04-02 09:23:14 +02:00
MarcUs7i
1a173a699a disabled chart refreshes 2025-04-02 09:00:32 +02:00
MarcUs7i
bc1371a7c9 Updated docker-compose-build.yml 2025-04-02 08:46:50 +02:00
MarcUs7i
b17e528180 Rewritten in go 2025-04-02 08:37:01 +02:00
MarcUs7i
b131756235 Add PORT configuration to environment and update server to use it 2025-02-25 00:13:49 +01:00
MarcUs7i
e86ee24506 Add support for multiple platforms in release workflow 2025-02-25 00:08:09 +01:00
MarcUs7i
f941eb54f1 Fixed typo in docker-compose.yml 2025-02-25 00:06:03 +01:00
MarcUs7i
2718e3f8f2 Refactor Docker Compose configuration for uLinkShortener service and add separate build file 2025-02-25 00:05:06 +01:00
MarcUs7i
47fd18e4ab Fixed IP address retrieval 2025-02-24 23:56:48 +01:00
MarcUs7i
abe6ade85e Updated github workflow 2025-02-21 02:53:58 +01:00
MarcUs7i
c97565465d Updated github workflow 2025-02-21 02:51:30 +01:00
MarcUs7i
5a5bcef1cb Updated github workflow 2025-02-21 02:41:25 +01:00
MarcUs7i
3308f49962 Updated github workflow 2025-02-21 02:37:49 +01:00
MarcUs7i
f2ed606fa9 Updated github workflow 2025-02-21 02:34:36 +01:00
MarcUs7i
386c88d7c7 Updated github workflow 2025-02-21 02:28:55 +01:00
MarcUs7i
9c6bef99cd Updated github workflow 2025-02-21 02:23:34 +01:00
MarcUs7i
016544ec08 Updated github workflow 2025-02-21 02:21:06 +01:00
MarcUs7i
5e97b698c2 Updated README.md 2025-02-21 02:11:54 +01:00
MarcUs7i
ff3a018cd6 Added github workflow 2025-02-21 02:05:01 +01:00
MarcUs7i
3ba9cb7e40 Merge branch 'main' of https://github.com/MarcUs7i/uLinkShortener 2025-02-21 01:59:43 +01:00
MarcUs7i
3bf3d9a554 Fixed registration 2025-02-21 01:59:29 +01:00
MarcUs7i
a7b29f4ec8 Removed automatic system install from Dockerfile 2025-02-21 00:44:56 +00:00
MarcUs7i
798d3e888a Initial commit 2025-02-21 01:23:57 +01:00