Commit Graph

62 Commits

Author SHA1 Message Date
Louis Lam
e95ef66ca1
Add "docker compose down" (#122) 2023-11-21 18:17:11 +08:00
Rumplin
b7c6bbba67
Slovenian language file (#108)
* Slovenian language file

This is a translation from the en.json file to the Slovenian language

* Update for Slovenian language in i18n.ts

Slovenian languge added to the language list

* Update i18n.ts

Removed trailing spaces
2023-11-21 18:12:54 +08:00
Furkan İ
dc8c3a7568
Update Turkish language (#121) 2023-11-21 15:13:12 +08:00
Ryan Balfanz
b50b1cc6e1
Trim trailing whitespace (#116) 2023-11-21 13:28:04 +08:00
DevMirza
2e26178d2d
feat: Add Translation Guide (#111)
* add README for translations

* add ref in README aswell
2023-11-21 12:15:09 +08:00
Cello Spring
6ef861c989
german language added (#101)
Co-authored-by: cellerich <cellerich@cello.ch>
2023-11-21 03:51:32 +08:00
Alex McArrow
853b43a876
Add Russian language translation (#107) 2023-11-21 03:50:58 +08:00
MrEddX
16a4dd63ac
Changed: Readme (#97) 2023-11-21 00:06:31 +08:00
DevMirza
0847a4a0c0
chore: Add Urdu language (#77)
* Update i18n.ts

* Create ur.json

* complete
2023-11-20 23:52:35 +08:00
MrEddX
889f0c133f
Added: Bulgarian (#93)
* Added: Bulgarian

Added Bulgarian Language Support.

* Fix: Bulgarian

* Create bg-BG.json

Bulgarian translation
2023-11-20 18:14:00 +08:00
Alanimdeo
7cff52f614
Added 한국어 (#86) 2023-11-20 13:23:41 +08:00
Diomedes Ignacio Domínguez Ureña
01398aa498
Added Español and Português (#82)
* Created spanish lang.

* Included Portuguese

* Added missing line of code.
2023-11-20 13:23:08 +08:00
AICHIGUA
afe0bc561f
Added Simplified Chinese (#70)
* Added Simplified Chinese

* Added Simplified Chinese

* Fix a typo
2023-11-20 00:55:00 +08:00
Louis Lam
c8770a9605 Improve handling of stack status, close #11 2023-11-20 00:52:33 +08:00
Louis Lam
0208684b50 Update a stopped stack, will no longer start the stack 2023-11-20 00:15:37 +08:00
Louis Lam
a007ec56f7 Update to 1.1.0 2023-11-19 17:44:30 +08:00
Louis Lam
7bb0a1cb08 Minor 2023-11-19 17:36:19 +08:00
Furkan İ
4df799b5b6
Added Turkish Language (#61)
* Added Turkish Language

* Add to list

---------

Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2023-11-19 17:30:09 +08:00
Cyril59310
03bc2b6a34
Added Fr language and added missing translation keys (#66)
* Added Fr language and added missing translation keys

* forgotten key

* forgotten key

* fix
2023-11-19 17:19:33 +08:00
Louis Lam
53b052c1e5
Check TypeScript for backend (#64)
* Check Typescript

* Fix backend typescript issues

* Update
2023-11-18 15:54:43 +08:00
Louis Lam
13c3dac44d
ESLint, update vite to 5.0.0 and other dependencies (#63)
* Update vite to 5.0.0 and other dependencies

* Eslint

* Update workflow
2023-11-18 13:59:40 +08:00
broetchenrackete36
5ce6b90546
Support compose.y[a]ml and docker-compose.y[a]ml (#55)
* Support compose.y[a]ml and docker-compose.y[a]ml

* using for-loop to iterate over supported compose filenames

* Fix lint

---------

Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2023-11-18 13:36:57 +08:00
ThalesC
a488518f6e
Add health status check (#58)
* set Health value to Status if existent

Check if Health has any value and save it to be displayed.
If Health is empty, continue as normal.

* add healthy and unhealthy status to be displayed

Check if status is either Running or Healthy to set span class to bg-primary,
and check if status is Unhealthy to set span class to bg-danger.

* Add lint to workflow

* Fix lint

---------

Co-authored-by: Thales <thcd@cock.li>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2023-11-18 13:27:39 +08:00
Louis Lam
8c4004f32d Update to 1.0.4 2023-11-17 01:04:14 +08:00
Louis Lam
393bbcae79 Fix #52 2023-11-17 01:02:20 +08:00
DevMirza
9fbf94586b
fix ci (#54) 2023-11-16 22:10:53 +08:00
DevMirza
0a46a7df1a
Add Github Workflow (#38)
* Create ci..yml

* Rename ci..yml to ci.yml
2023-11-16 21:53:40 +08:00
Louis Lam
d1732af529
Update README.md 2023-11-14 00:33:11 +08:00
Louis Lam
87a6436f28
Update compose.yaml 2023-11-13 23:32:37 +08:00
Louis Lam
ac75283b0f
Update README.md 2023-11-13 23:31:34 +08:00
Louis Lam
8d6160ec5b Update to 1.0.3 2023-11-13 20:48:23 +08:00
Louis Lam
ecb16ae007
Update README.md 2023-11-13 20:38:42 +08:00
Louis Lam
c296069a8d Update dependencies 2023-11-13 18:10:33 +08:00
Louis Lam
d76442434f Fix #19 2023-11-13 18:10:33 +08:00
Louis Lam
54e8484efd
Update README.md 2023-11-13 13:47:30 +08:00
Louis Lam
2cd10ad16d Remove --rmi 2023-11-13 13:38:24 +08:00
Louis Lam
96a4f2fd0c
Update README.md 2023-11-13 13:10:07 +08:00
DevMirza
700a24171b
Add Badges (#13)
* Update README.md

* Update README.md

* Update README.md
2023-11-13 02:26:39 +08:00
Louis Lam
6ce75a2df3
Update README.md for Podman 2023-11-13 02:04:10 +08:00
Louis Lam
317c97650d Update to 1.0.2 2023-11-12 23:24:38 +08:00
Louis Lam
9295583727 Fix #9 2023-11-12 23:09:31 +08:00
Louis Lam
6dc998bedf Fix frontend version do not match 2023-11-12 16:47:05 +08:00
Louis Lam
f5552b3344 Update README.md 2023-11-12 16:44:49 +08:00
Louis Lam
b90fd35348
Merge pull request #5 from louislam/release-process
Release process
2023-11-12 16:43:30 +08:00
Louis Lam
3dca9e735a Update to 1.0.1 2023-11-12 16:39:48 +08:00
Louis Lam
200ba0ca07 Update 2023-11-12 16:39:21 +08:00
Louis Lam
dd58a9cbc4 Update 2023-11-12 16:31:38 +08:00
Louis Lam
7f41cc099c Update 2023-11-12 16:29:17 +08:00
Louis Lam
4ce696181b Add release process 2023-11-12 16:27:02 +08:00
Louis Lam
959dbba776 Set a title with hostname 2023-11-12 16:14:35 +08:00