diff --git a/.env b/.env old mode 100644 new mode 100755 diff --git a/.gitea/workflows/tsd1.yaml b/.gitea/workflows/tsd1.yaml old mode 100644 new mode 100755 index 3a61e1d..1d6c18b --- a/.gitea/workflows/tsd1.yaml +++ b/.gitea/workflows/tsd1.yaml @@ -13,6 +13,33 @@ jobs: uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - name: Extract Docker metadata + id: meta + uses: docker/metadata-action@v5 + with: + # Hardcode your registry URL and use the repository variable + # The variable gitea.repository already contains 't8dev/python-srv-cicd-test' + images: gitea.caddy.book-online.ru/${{ gitea.repository }} + + - name: Log in to Gitea Registry + uses: docker/login-action@v3 + with: + registry: 'gitea.caddy.book-online.ru' + username: ${{ gitea.actor }} + password: ${{ secrets.CICD_TOKEN }} + + - name: Build and push Docker image + uses: docker/build-push-action@v5 + with: + context: . + file: ./Dockerfile + push: true + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + cache-from: type=registry,ref=gitea.caddy.book-online.ru/${{ gitea.repository }}:buildcache + cache-to: type=registry,ref=gitea.caddy.book-online.ru/${{ gitea.repository }}:buildcache,mode=max,image-manifest=true,oci-mediatypes=true,compression=gzip,force-compression=true + + - name: List files in the repository run: | ls ${{ gitea.workspace }} diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/aliases/php71/bash.bashrc b/aliases/php71/bash.bashrc old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 diff --git a/hosts/first.conf b/hosts/first.conf old mode 100644 new mode 100755 diff --git a/hosts/two.conf_ b/hosts/two.conf_ old mode 100644 new mode 100755 diff --git a/images/hub/Dockerfile b/images/hub/Dockerfile old mode 100644 new mode 100755 diff --git a/images/hub70/Dockerfile b/images/hub70/Dockerfile old mode 100644 new mode 100755 diff --git a/images/nginx/Dockerfile b/images/nginx/Dockerfile old mode 100644 new mode 100755 diff --git a/images/php82/Dockerfile b/images/php82/Dockerfile old mode 100644 new mode 100755 diff --git a/images/php82/php.ini b/images/php82/php.ini old mode 100644 new mode 100755 diff --git a/images/vuecli/Dockerfile b/images/vuecli/Dockerfile old mode 100644 new mode 100755 diff --git a/logs/.gitignore b/logs/.gitignore old mode 100644 new mode 100755 diff --git a/tsd_main.sql b/tsd_main.sql old mode 100644 new mode 100755 diff --git a/tsd_users.sql b/tsd_users.sql old mode 100644 new mode 100755 diff --git a/www/.gitignore b/www/.gitignore old mode 100644 new mode 100755 diff --git a/www/first.loc/.gitignore b/www/first.loc/.gitignore old mode 100644 new mode 100755 diff --git a/www/first.loc/README.md b/www/first.loc/README.md old mode 100644 new mode 100755 diff --git a/www/first.loc/api/Class/DataForms.php b/www/first.loc/api/Class/DataForms.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/Class/Database.php b/www/first.loc/api/Class/Database.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/Class/DatabaseMS.php b/www/first.loc/api/Class/DatabaseMS.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/Class/DatabasePGSQL.php b/www/first.loc/api/Class/DatabasePGSQL.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/Class/MainClass.php b/www/first.loc/api/Class/MainClass.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/Class/function.php b/www/first.loc/api/Class/function.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/Config/Database.php b/www/first.loc/api/authentication-jwt/Config/Database.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/Config/DatabasePGSQL.php b/www/first.loc/api/authentication-jwt/Config/DatabasePGSQL.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/Config/core.php b/www/first.loc/api/authentication-jwt/Config/core.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/Objects/User.php b/www/first.loc/api/authentication-jwt/Objects/User.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/create_user.php b/www/first.loc/api/authentication-jwt/create_user.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/libs/php-jwt/BeforeValidException.php b/www/first.loc/api/authentication-jwt/libs/php-jwt/BeforeValidException.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/libs/php-jwt/CachedKeySet.php b/www/first.loc/api/authentication-jwt/libs/php-jwt/CachedKeySet.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/libs/php-jwt/ExpiredException.php b/www/first.loc/api/authentication-jwt/libs/php-jwt/ExpiredException.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/libs/php-jwt/JWK.php b/www/first.loc/api/authentication-jwt/libs/php-jwt/JWK.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/libs/php-jwt/JWT.php b/www/first.loc/api/authentication-jwt/libs/php-jwt/JWT.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/libs/php-jwt/Key.php b/www/first.loc/api/authentication-jwt/libs/php-jwt/Key.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/libs/php-jwt/SignatureInvalidException.php b/www/first.loc/api/authentication-jwt/libs/php-jwt/SignatureInvalidException.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/login.php b/www/first.loc/api/authentication-jwt/login.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/update_user.php b/www/first.loc/api/authentication-jwt/update_user.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/authentication-jwt/validate_token.php b/www/first.loc/api/authentication-jwt/validate_token.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/delete_collect.php b/www/first.loc/api/delete_collect.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/getCollect.php b/www/first.loc/api/getCollect.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/index.php b/www/first.loc/api/index.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/Class/DataForms.php b/www/first.loc/api/mysql_api/Class/DataForms.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/Class/Database.php b/www/first.loc/api/mysql_api/Class/Database.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/Class/DatabaseMS.php b/www/first.loc/api/mysql_api/Class/DatabaseMS.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/Class/DatabasePGSQL.php b/www/first.loc/api/mysql_api/Class/DatabasePGSQL.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/Class/MainClass.php b/www/first.loc/api/mysql_api/Class/MainClass.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/Class/function.php b/www/first.loc/api/mysql_api/Class/function.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/Config/Database.php b/www/first.loc/api/mysql_api/authentication-jwt/Config/Database.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/Config/DatabasePGSQL.php b/www/first.loc/api/mysql_api/authentication-jwt/Config/DatabasePGSQL.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/Config/core.php b/www/first.loc/api/mysql_api/authentication-jwt/Config/core.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/Objects/User.php b/www/first.loc/api/mysql_api/authentication-jwt/Objects/User.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/create_user.php b/www/first.loc/api/mysql_api/authentication-jwt/create_user.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/BeforeValidException.php b/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/BeforeValidException.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/CachedKeySet.php b/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/CachedKeySet.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/ExpiredException.php b/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/ExpiredException.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/JWK.php b/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/JWK.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/JWT.php b/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/JWT.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/Key.php b/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/Key.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/SignatureInvalidException.php b/www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/SignatureInvalidException.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/login.php b/www/first.loc/api/mysql_api/authentication-jwt/login.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/update_user.php b/www/first.loc/api/mysql_api/authentication-jwt/update_user.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/authentication-jwt/validate_token.php b/www/first.loc/api/mysql_api/authentication-jwt/validate_token.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/delete_collect.php b/www/first.loc/api/mysql_api/delete_collect.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/getCollect.php b/www/first.loc/api/mysql_api/getCollect.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/index.php b/www/first.loc/api/mysql_api/index.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/posting_status.php b/www/first.loc/api/mysql_api/posting_status.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/pushCollect.php b/www/first.loc/api/mysql_api/pushCollect.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/queryHistory.php b/www/first.loc/api/mysql_api/queryHistory.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/queryMainPost.php b/www/first.loc/api/mysql_api/queryMainPost.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/mysql_api/t1.php b/www/first.loc/api/mysql_api/t1.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/posting_status.php b/www/first.loc/api/posting_status.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/pushCollect.php b/www/first.loc/api/pushCollect.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/queryHistory.php b/www/first.loc/api/queryHistory.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/queryMainPost.php b/www/first.loc/api/queryMainPost.php old mode 100644 new mode 100755 diff --git a/www/first.loc/api/t1.php b/www/first.loc/api/t1.php old mode 100644 new mode 100755 diff --git a/www/first.loc/babel.config.js b/www/first.loc/babel.config.js old mode 100644 new mode 100755 diff --git a/www/first.loc/jsconfig.json b/www/first.loc/jsconfig.json old mode 100644 new mode 100755 diff --git a/www/first.loc/package-lock.json b/www/first.loc/package-lock.json old mode 100644 new mode 100755 diff --git a/www/first.loc/package.json b/www/first.loc/package.json old mode 100644 new mode 100755 diff --git a/www/first.loc/public/favicon.ico b/www/first.loc/public/favicon.ico old mode 100644 new mode 100755 diff --git a/www/first.loc/public/index.html b/www/first.loc/public/index.html old mode 100644 new mode 100755 diff --git a/www/first.loc/src/App.vue b/www/first.loc/src/App.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/.htaccess b/www/first.loc/src/assets/.htaccess old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/Inter/OFL.txt b/www/first.loc/src/assets/fonts/Inter/OFL.txt old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/Inter/README.txt b/www/first.loc/src/assets/fonts/Inter/README.txt old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/Inter/static/Inter-Black.ttf b/www/first.loc/src/assets/fonts/Inter/static/Inter-Black.ttf old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/Inter/static/Inter-Bold.ttf b/www/first.loc/src/assets/fonts/Inter/static/Inter-Bold.ttf old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/Inter/static/Inter-ExtraBold.ttf b/www/first.loc/src/assets/fonts/Inter/static/Inter-ExtraBold.ttf old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/Inter/static/Inter-ExtraLight.ttf b/www/first.loc/src/assets/fonts/Inter/static/Inter-ExtraLight.ttf old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/Inter/static/Inter-Light.ttf b/www/first.loc/src/assets/fonts/Inter/static/Inter-Light.ttf old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/Inter/static/Inter-Medium.ttf b/www/first.loc/src/assets/fonts/Inter/static/Inter-Medium.ttf old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/Inter/static/Inter-Regular.ttf b/www/first.loc/src/assets/fonts/Inter/static/Inter-Regular.ttf old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/Inter/static/Inter-SemiBold.ttf b/www/first.loc/src/assets/fonts/Inter/static/Inter-SemiBold.ttf old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/Inter/static/Inter-Thin.ttf b/www/first.loc/src/assets/fonts/Inter/static/Inter-Thin.ttf old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/README.md b/www/first.loc/src/assets/fonts/README.md old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/fonts/fonts.css b/www/first.loc/src/assets/fonts/fonts.css old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/images/foreign.png b/www/first.loc/src/assets/images/foreign.png old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/images/out2.png b/www/first.loc/src/assets/images/out2.png old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/images/own.png b/www/first.loc/src/assets/images/own.png old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/images/progress.gif b/www/first.loc/src/assets/images/progress.gif old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/images/progress.svg b/www/first.loc/src/assets/images/progress.svg old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/images/sprite.svg b/www/first.loc/src/assets/images/sprite.svg old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/images/tt.png b/www/first.loc/src/assets/images/tt.png old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/logo.png b/www/first.loc/src/assets/logo.png old mode 100644 new mode 100755 diff --git a/www/first.loc/src/assets/main.css b/www/first.loc/src/assets/main.css old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/Authorization.vue b/www/first.loc/src/components/Authorization.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/PageNotFound.vue b/www/first.loc/src/components/PageNotFound.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/TSD/Collect.vue b/www/first.loc/src/components/TSD/Collect.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/TSD/CollectBarcodes.vue b/www/first.loc/src/components/TSD/CollectBarcodes.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/TSD/History.vue b/www/first.loc/src/components/TSD/History.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/TSD/MainMenu.vue b/www/first.loc/src/components/TSD/MainMenu.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/TSD/downloads.vue b/www/first.loc/src/components/TSD/downloads.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/TSD/resultDownloads.vue b/www/first.loc/src/components/TSD/resultDownloads.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/TSD/sseTest.vue b/www/first.loc/src/components/TSD/sseTest.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/TSD/test.vue b/www/first.loc/src/components/TSD/test.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/UI/DialogMenu.vue b/www/first.loc/src/components/UI/DialogMenu.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/UI/MyButton.vue b/www/first.loc/src/components/UI/MyButton.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/UI/MyCheckBox.vue b/www/first.loc/src/components/UI/MyCheckBox.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/UI/MyDialog.vue b/www/first.loc/src/components/UI/MyDialog.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/UI/MyInput.vue b/www/first.loc/src/components/UI/MyInput.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/UI/MySelect.vue b/www/first.loc/src/components/UI/MySelect.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/UI/MyTextarea.vue b/www/first.loc/src/components/UI/MyTextarea.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/UI/index.js b/www/first.loc/src/components/UI/index.js old mode 100644 new mode 100755 diff --git a/www/first.loc/src/components/UI/menuY.vue b/www/first.loc/src/components/UI/menuY.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/src/directives/VFocus.js b/www/first.loc/src/directives/VFocus.js old mode 100644 new mode 100755 diff --git a/www/first.loc/src/directives/VIntersection.js b/www/first.loc/src/directives/VIntersection.js old mode 100644 new mode 100755 diff --git a/www/first.loc/src/directives/VSelect.js b/www/first.loc/src/directives/VSelect.js old mode 100644 new mode 100755 diff --git a/www/first.loc/src/directives/index.js b/www/first.loc/src/directives/index.js old mode 100644 new mode 100755 diff --git a/www/first.loc/src/main.js b/www/first.loc/src/main.js old mode 100644 new mode 100755 diff --git a/www/first.loc/src/mixins/toggleMixin.js b/www/first.loc/src/mixins/toggleMixin.js old mode 100644 new mode 100755 diff --git a/www/first.loc/src/router/index.js b/www/first.loc/src/router/index.js old mode 100644 new mode 100755 diff --git a/www/first.loc/src/store/ApiClass.js b/www/first.loc/src/store/ApiClass.js old mode 100644 new mode 100755 diff --git a/www/first.loc/src/store/index.js b/www/first.loc/src/store/index.js old mode 100644 new mode 100755 diff --git a/www/first.loc/src/views/HomeView.vue b/www/first.loc/src/views/HomeView.vue old mode 100644 new mode 100755 diff --git a/www/first.loc/store/ApiClass.js b/www/first.loc/store/ApiClass.js old mode 100644 new mode 100755 diff --git a/www/first.loc/vue.config.js b/www/first.loc/vue.config.js old mode 100644 new mode 100755 diff --git a/www/two.loc/index.php b/www/two.loc/index.php old mode 100644 new mode 100755