Compare commits

..

2 Commits

Author SHA1 Message Date
50b2ad54ac Update dependency @angular/router to ~15.1.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-02-22 22:08:42 +01:00
c2cc959309 Test different port
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/pipeline Pipeline failed
2023-02-19 19:54:37 +01:00
3 changed files with 594 additions and 914 deletions

View File

@@ -24,8 +24,8 @@ http {
index index.html index.htm; index index.html index.htm;
server { server {
listen 80 default_server; listen 81 default_server;
listen [::]:80 default_server; listen [::]:81 default_server;
server_name homeserver.flokaiser.com; server_name homeserver.flokaiser.com;
root /var/www/html; root /var/www/html;

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@
"@angular/material": "^15.0.0", "@angular/material": "^15.0.0",
"@angular/platform-browser": "~15.0.0", "@angular/platform-browser": "~15.0.0",
"@angular/platform-browser-dynamic": "~15.0.0", "@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0", "@angular/router": "~15.1.0",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"ngx-cron-editor": "^0.7.3", "ngx-cron-editor": "^0.7.3",
"rxjs": "~7.6.0", "rxjs": "~7.6.0",
@@ -29,7 +29,7 @@
"zone.js": "~0.12.0" "zone.js": "~0.12.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~15.1.0", "@angular-devkit/build-angular": "~15.0.0",
"@angular-eslint/builder": "15.1.0", "@angular-eslint/builder": "15.1.0",
"@angular-eslint/eslint-plugin": "15.1.0", "@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/eslint-plugin-template": "15.1.0",