diff --git a/README.md b/README.md index 8a38d12..cb41581 100644 --- a/README.md +++ b/README.md @@ -428,7 +428,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数 🤖 开源LLM应用开发平台,支持AI工作流和RAG管道 -1.6.0 • [官网链接](https://github.com/langgenius/dify) +1.7.1 • [官网链接](https://github.com/langgenius/dify) diff --git a/apps/ani-rss/v2.0.34/data.yml b/apps/ani-rss/v2.0.36/data.yml similarity index 100% rename from apps/ani-rss/v2.0.34/data.yml rename to apps/ani-rss/v2.0.36/data.yml diff --git a/apps/ani-rss/v2.0.34/docker-compose.yml b/apps/ani-rss/v2.0.36/docker-compose.yml similarity index 94% rename from apps/ani-rss/v2.0.34/docker-compose.yml rename to apps/ani-rss/v2.0.36/docker-compose.yml index 48780b5..dda8722 100644 --- a/apps/ani-rss/v2.0.34/docker-compose.yml +++ b/apps/ani-rss/v2.0.36/docker-compose.yml @@ -1,6 +1,6 @@ services: ani-rss: - image: wushuo894/ani-rss:v2.0.34 + image: wushuo894/ani-rss:v2.0.36 container_name: ani-rss restart: always environment: diff --git a/apps/dify/1.7.0/.env.example b/apps/dify/1.7.1/.env.example similarity index 100% rename from apps/dify/1.7.0/.env.example rename to apps/dify/1.7.1/.env.example diff --git a/apps/dify/1.7.0/certbot/README.md b/apps/dify/1.7.1/certbot/README.md similarity index 100% rename from apps/dify/1.7.0/certbot/README.md rename to apps/dify/1.7.1/certbot/README.md diff --git a/apps/dify/1.7.0/certbot/docker-entrypoint.sh b/apps/dify/1.7.1/certbot/docker-entrypoint.sh similarity index 100% rename from apps/dify/1.7.0/certbot/docker-entrypoint.sh rename to apps/dify/1.7.1/certbot/docker-entrypoint.sh diff --git a/apps/dify/1.7.0/certbot/update-cert.template.txt b/apps/dify/1.7.1/certbot/update-cert.template.txt similarity index 100% rename from apps/dify/1.7.0/certbot/update-cert.template.txt rename to apps/dify/1.7.1/certbot/update-cert.template.txt diff --git a/apps/dify/1.7.0/couchbase-server/Dockerfile b/apps/dify/1.7.1/couchbase-server/Dockerfile similarity index 100% rename from apps/dify/1.7.0/couchbase-server/Dockerfile rename to apps/dify/1.7.1/couchbase-server/Dockerfile diff --git a/apps/dify/1.7.0/couchbase-server/init-cbserver.sh b/apps/dify/1.7.1/couchbase-server/init-cbserver.sh similarity index 100% rename from apps/dify/1.7.0/couchbase-server/init-cbserver.sh rename to apps/dify/1.7.1/couchbase-server/init-cbserver.sh diff --git a/apps/dify/1.7.0/data.yml b/apps/dify/1.7.1/data.yml similarity index 100% rename from apps/dify/1.7.0/data.yml rename to apps/dify/1.7.1/data.yml diff --git a/apps/dify/1.7.0/dify.env b/apps/dify/1.7.1/dify.env similarity index 100% rename from apps/dify/1.7.0/dify.env rename to apps/dify/1.7.1/dify.env diff --git a/apps/dify/1.7.0/docker-compose.yml b/apps/dify/1.7.1/docker-compose.yml similarity index 99% rename from apps/dify/1.7.0/docker-compose.yml rename to apps/dify/1.7.1/docker-compose.yml index 6f6ffeb..ee2e1f3 100644 --- a/apps/dify/1.7.0/docker-compose.yml +++ b/apps/dify/1.7.1/docker-compose.yml @@ -512,7 +512,7 @@ x-shared-env: &shared-api-worker-env services: # API service api: - image: langgenius/dify-api:1.7.0 + image: langgenius/dify-api:1.7.1 env_file: - dify.env restart: always @@ -543,7 +543,7 @@ services: # worker service # The Celery worker for processing the queue. worker: - image: langgenius/dify-api:1.7.0 + image: langgenius/dify-api:1.7.1 env_file: - dify.env restart: always @@ -571,7 +571,7 @@ services: # Frontend web application. web: - image: langgenius/dify-web:1.7.0 + image: langgenius/dify-web:1.7.1 container_name: ${CONTAINER_NAME} env_file: - dify.env @@ -829,4 +829,4 @@ networks: volumes: oradata: - dify_es01_data: + dify_es01_data: \ No newline at end of file diff --git a/apps/dify/1.7.0/elasticsearch/docker-entrypoint.sh b/apps/dify/1.7.1/elasticsearch/docker-entrypoint.sh similarity index 100% rename from apps/dify/1.7.0/elasticsearch/docker-entrypoint.sh rename to apps/dify/1.7.1/elasticsearch/docker-entrypoint.sh diff --git a/apps/dify/1.7.0/nginx/conf.d/default.conf.template b/apps/dify/1.7.1/nginx/conf.d/default.conf.template similarity index 100% rename from apps/dify/1.7.0/nginx/conf.d/default.conf.template rename to apps/dify/1.7.1/nginx/conf.d/default.conf.template diff --git a/apps/dify/1.7.0/nginx/docker-entrypoint.sh b/apps/dify/1.7.1/nginx/docker-entrypoint.sh similarity index 100% rename from apps/dify/1.7.0/nginx/docker-entrypoint.sh rename to apps/dify/1.7.1/nginx/docker-entrypoint.sh diff --git a/apps/dify/1.7.0/nginx/https.conf.template b/apps/dify/1.7.1/nginx/https.conf.template similarity index 100% rename from apps/dify/1.7.0/nginx/https.conf.template rename to apps/dify/1.7.1/nginx/https.conf.template diff --git a/apps/dify/1.7.0/nginx/nginx.conf.template b/apps/dify/1.7.1/nginx/nginx.conf.template similarity index 100% rename from apps/dify/1.7.0/nginx/nginx.conf.template rename to apps/dify/1.7.1/nginx/nginx.conf.template diff --git a/apps/dify/1.7.0/nginx/proxy.conf.template b/apps/dify/1.7.1/nginx/proxy.conf.template similarity index 100% rename from apps/dify/1.7.0/nginx/proxy.conf.template rename to apps/dify/1.7.1/nginx/proxy.conf.template diff --git a/apps/dify/1.7.0/nginx/ssl/.gitkeep b/apps/dify/1.7.1/nginx/ssl/.gitkeep similarity index 100% rename from apps/dify/1.7.0/nginx/ssl/.gitkeep rename to apps/dify/1.7.1/nginx/ssl/.gitkeep diff --git a/apps/dify/1.7.0/pgvector/docker-entrypoint.sh b/apps/dify/1.7.1/pgvector/docker-entrypoint.sh similarity index 100% rename from apps/dify/1.7.0/pgvector/docker-entrypoint.sh rename to apps/dify/1.7.1/pgvector/docker-entrypoint.sh diff --git a/apps/dify/1.7.0/ssrf_proxy/docker-entrypoint.sh b/apps/dify/1.7.1/ssrf_proxy/docker-entrypoint.sh similarity index 100% rename from apps/dify/1.7.0/ssrf_proxy/docker-entrypoint.sh rename to apps/dify/1.7.1/ssrf_proxy/docker-entrypoint.sh diff --git a/apps/dify/1.7.0/ssrf_proxy/squid.conf.template b/apps/dify/1.7.1/ssrf_proxy/squid.conf.template similarity index 100% rename from apps/dify/1.7.0/ssrf_proxy/squid.conf.template rename to apps/dify/1.7.1/ssrf_proxy/squid.conf.template diff --git a/apps/dify/1.7.0/startupscripts/init.sh b/apps/dify/1.7.1/startupscripts/init.sh similarity index 100% rename from apps/dify/1.7.0/startupscripts/init.sh rename to apps/dify/1.7.1/startupscripts/init.sh diff --git a/apps/dify/1.7.0/startupscripts/init_user.script b/apps/dify/1.7.1/startupscripts/init_user.script similarity index 100% rename from apps/dify/1.7.0/startupscripts/init_user.script rename to apps/dify/1.7.1/startupscripts/init_user.script diff --git a/apps/dify/1.7.0/tidb/config/pd.toml b/apps/dify/1.7.1/tidb/config/pd.toml similarity index 100% rename from apps/dify/1.7.0/tidb/config/pd.toml rename to apps/dify/1.7.1/tidb/config/pd.toml diff --git a/apps/dify/1.7.0/tidb/config/tiflash-learner.toml b/apps/dify/1.7.1/tidb/config/tiflash-learner.toml similarity index 100% rename from apps/dify/1.7.0/tidb/config/tiflash-learner.toml rename to apps/dify/1.7.1/tidb/config/tiflash-learner.toml diff --git a/apps/dify/1.7.0/tidb/config/tiflash.toml b/apps/dify/1.7.1/tidb/config/tiflash.toml similarity index 100% rename from apps/dify/1.7.0/tidb/config/tiflash.toml rename to apps/dify/1.7.1/tidb/config/tiflash.toml diff --git a/apps/dify/1.7.0/tidb/docker-compose.yaml b/apps/dify/1.7.1/tidb/docker-compose.yaml similarity index 100% rename from apps/dify/1.7.0/tidb/docker-compose.yaml rename to apps/dify/1.7.1/tidb/docker-compose.yaml diff --git a/apps/dify/1.7.0/volumes/myscale/config/users.d/custom_users_config.xml b/apps/dify/1.7.1/volumes/myscale/config/users.d/custom_users_config.xml similarity index 100% rename from apps/dify/1.7.0/volumes/myscale/config/users.d/custom_users_config.xml rename to apps/dify/1.7.1/volumes/myscale/config/users.d/custom_users_config.xml diff --git a/apps/dify/1.7.0/volumes/oceanbase/init.d/vec_memory.sql b/apps/dify/1.7.1/volumes/oceanbase/init.d/vec_memory.sql similarity index 100% rename from apps/dify/1.7.0/volumes/oceanbase/init.d/vec_memory.sql rename to apps/dify/1.7.1/volumes/oceanbase/init.d/vec_memory.sql diff --git a/apps/dify/1.7.0/volumes/opensearch/opensearch_dashboards.yml b/apps/dify/1.7.1/volumes/opensearch/opensearch_dashboards.yml similarity index 100% rename from apps/dify/1.7.0/volumes/opensearch/opensearch_dashboards.yml rename to apps/dify/1.7.1/volumes/opensearch/opensearch_dashboards.yml diff --git a/apps/dify/1.7.0/volumes/sandbox/conf/config.yaml b/apps/dify/1.7.1/volumes/sandbox/conf/config.yaml similarity index 100% rename from apps/dify/1.7.0/volumes/sandbox/conf/config.yaml rename to apps/dify/1.7.1/volumes/sandbox/conf/config.yaml diff --git a/apps/dify/1.7.0/volumes/sandbox/conf/config.yaml.example b/apps/dify/1.7.1/volumes/sandbox/conf/config.yaml.example similarity index 100% rename from apps/dify/1.7.0/volumes/sandbox/conf/config.yaml.example rename to apps/dify/1.7.1/volumes/sandbox/conf/config.yaml.example diff --git a/apps/dify/1.7.0/volumes/sandbox/dependencies/python-requirements.txt b/apps/dify/1.7.1/volumes/sandbox/dependencies/python-requirements.txt similarity index 100% rename from apps/dify/1.7.0/volumes/sandbox/dependencies/python-requirements.txt rename to apps/dify/1.7.1/volumes/sandbox/dependencies/python-requirements.txt diff --git a/apps/docmost/0.21.0/data.yml b/apps/docmost/0.22.0/data.yml similarity index 100% rename from apps/docmost/0.21.0/data.yml rename to apps/docmost/0.22.0/data.yml diff --git a/apps/docmost/0.21.0/docker-compose.yml b/apps/docmost/0.22.0/docker-compose.yml similarity index 56% rename from apps/docmost/0.21.0/docker-compose.yml rename to apps/docmost/0.22.0/docker-compose.yml index 904aac6..82c6cbc 100644 --- a/apps/docmost/0.21.0/docker-compose.yml +++ b/apps/docmost/0.22.0/docker-compose.yml @@ -3,17 +3,17 @@ services: container_name: ${CONTAINER_NAME} restart: always ports: - - "${PANEL_APP_PORT_HTTP}:3000" + - ${PANEL_APP_PORT_HTTP}:3000 volumes: - docmost:/app/data/storage environment: - APP_URL: "http://localhost:3000" - APP_SECRET: "52f235dee223c92a83a934ada13b83075c9855fe966b3cbf9dd86810e2b742ee" - DATABASE_URL: "postgresql://docmost:${PANEL_DB_USER_PASSWORD}@db:5432/docmost?schema=public" - REDIS_URL: "redis://redis:6379" - image: docmost/docmost:0.21.0 - labels: - createdBy: "Apps" + APP_URL: http://localhost:3000 + APP_SECRET: 52f235dee223c92a83a934ada13b83075c9855fe966b3cbf9dd86810e2b742ee + DATABASE_URL: postgresql://docmost:${PANEL_DB_USER_PASSWORD}@db:5432/docmost?schema=public + REDIS_URL: redis://redis:6379 + image: docmost/docmost:0.22.0 + labels: + createdBy: Apps depends_on: - db - redis @@ -26,13 +26,12 @@ services: restart: always volumes: - db_data:/var/lib/postgresql/data - redis: image: redis:7.2-alpine restart: always volumes: - redis_data:/data volumes: - docmost: - db_data: - redis_data: \ No newline at end of file + docmost: null + db_data: null + redis_data: null diff --git a/apps/npc/v0.29.38/.env.sample b/apps/npc/v0.30.2/.env.sample similarity index 100% rename from apps/npc/v0.29.38/.env.sample rename to apps/npc/v0.30.2/.env.sample diff --git a/apps/npc/v0.29.38/data.yml b/apps/npc/v0.30.2/data.yml similarity index 100% rename from apps/npc/v0.29.38/data.yml rename to apps/npc/v0.30.2/data.yml diff --git a/apps/npc/v0.29.38/docker-compose.yml b/apps/npc/v0.30.2/docker-compose.yml similarity index 85% rename from apps/npc/v0.29.38/docker-compose.yml rename to apps/npc/v0.30.2/docker-compose.yml index 2f03743..d12ea49 100644 --- a/apps/npc/v0.29.38/docker-compose.yml +++ b/apps/npc/v0.30.2/docker-compose.yml @@ -1,6 +1,6 @@ services: npc: - image: duan2001/npc:v0.29.38 + image: duan2001/npc:v0.30.2 restart: always network_mode: host command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY} diff --git a/apps/nps/v0.29.38/.env.sample b/apps/nps/v0.30.2/.env.sample similarity index 100% rename from apps/nps/v0.29.38/.env.sample rename to apps/nps/v0.30.2/.env.sample diff --git a/apps/nps/v0.29.38/conf/nps.conf b/apps/nps/v0.30.2/conf/nps.conf similarity index 100% rename from apps/nps/v0.29.38/conf/nps.conf rename to apps/nps/v0.30.2/conf/nps.conf diff --git a/apps/nps/v0.29.38/data.yml b/apps/nps/v0.30.2/data.yml similarity index 100% rename from apps/nps/v0.29.38/data.yml rename to apps/nps/v0.30.2/data.yml diff --git a/apps/nps/v0.29.38/docker-compose.yml b/apps/nps/v0.30.2/docker-compose.yml similarity index 97% rename from apps/nps/v0.29.38/docker-compose.yml rename to apps/nps/v0.30.2/docker-compose.yml index bf7e9f7..174cab6 100644 --- a/apps/nps/v0.29.38/docker-compose.yml +++ b/apps/nps/v0.30.2/docker-compose.yml @@ -1,6 +1,6 @@ services: nps: - image: duan2001/nps:v0.29.38 + image: duan2001/nps:v0.30.2 container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} diff --git a/apps/nps/v0.29.38/web/static/css/bootstrap-select.min.css b/apps/nps/v0.30.2/web/static/css/bootstrap-select.min.css similarity index 100% rename from apps/nps/v0.29.38/web/static/css/bootstrap-select.min.css rename to apps/nps/v0.30.2/web/static/css/bootstrap-select.min.css diff --git a/apps/nps/v0.29.38/web/static/css/bootstrap-table.min.css b/apps/nps/v0.30.2/web/static/css/bootstrap-table.min.css similarity index 100% rename from apps/nps/v0.29.38/web/static/css/bootstrap-table.min.css rename to apps/nps/v0.30.2/web/static/css/bootstrap-table.min.css diff --git a/apps/nps/v0.29.38/web/static/css/bootstrap.min.css b/apps/nps/v0.30.2/web/static/css/bootstrap.min.css similarity index 100% rename from apps/nps/v0.29.38/web/static/css/bootstrap.min.css rename to apps/nps/v0.30.2/web/static/css/bootstrap.min.css diff --git a/apps/nps/v0.29.38/web/static/css/datatables.css b/apps/nps/v0.30.2/web/static/css/datatables.css similarity index 100% rename from apps/nps/v0.29.38/web/static/css/datatables.css rename to apps/nps/v0.30.2/web/static/css/datatables.css diff --git a/apps/nps/v0.29.38/web/static/css/fontawesome.min.css b/apps/nps/v0.30.2/web/static/css/fontawesome.min.css similarity index 100% rename from apps/nps/v0.29.38/web/static/css/fontawesome.min.css rename to apps/nps/v0.30.2/web/static/css/fontawesome.min.css diff --git a/apps/nps/v0.29.38/web/static/css/regular.min.css b/apps/nps/v0.30.2/web/static/css/regular.min.css similarity index 100% rename from apps/nps/v0.29.38/web/static/css/regular.min.css rename to apps/nps/v0.30.2/web/static/css/regular.min.css diff --git a/apps/nps/v0.29.38/web/static/css/solid.min.css b/apps/nps/v0.30.2/web/static/css/solid.min.css similarity index 100% rename from apps/nps/v0.29.38/web/static/css/solid.min.css rename to apps/nps/v0.30.2/web/static/css/solid.min.css diff --git a/apps/nps/v0.29.38/web/static/css/style.css b/apps/nps/v0.30.2/web/static/css/style.css similarity index 100% rename from apps/nps/v0.29.38/web/static/css/style.css rename to apps/nps/v0.30.2/web/static/css/style.css diff --git a/apps/nps/v0.29.38/web/static/img/flag/en-US.png b/apps/nps/v0.30.2/web/static/img/flag/en-US.png similarity index 100% rename from apps/nps/v0.29.38/web/static/img/flag/en-US.png rename to apps/nps/v0.30.2/web/static/img/flag/en-US.png diff --git a/apps/nps/v0.29.38/web/static/img/flag/zh-CN.png b/apps/nps/v0.30.2/web/static/img/flag/zh-CN.png similarity index 100% rename from apps/nps/v0.29.38/web/static/img/flag/zh-CN.png rename to apps/nps/v0.30.2/web/static/img/flag/zh-CN.png diff --git a/apps/nps/v0.29.38/web/static/img/nps.svg b/apps/nps/v0.30.2/web/static/img/nps.svg similarity index 100% rename from apps/nps/v0.29.38/web/static/img/nps.svg rename to apps/nps/v0.30.2/web/static/img/nps.svg diff --git a/apps/nps/v0.29.38/web/static/js/bootstrap-select.min.js b/apps/nps/v0.30.2/web/static/js/bootstrap-select.min.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/bootstrap-select.min.js rename to apps/nps/v0.30.2/web/static/js/bootstrap-select.min.js diff --git a/apps/nps/v0.29.38/web/static/js/bootstrap-table-cookie.min.js b/apps/nps/v0.30.2/web/static/js/bootstrap-table-cookie.min.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/bootstrap-table-cookie.min.js rename to apps/nps/v0.30.2/web/static/js/bootstrap-table-cookie.min.js diff --git a/apps/nps/v0.29.38/web/static/js/bootstrap-table-locale-all.min.js b/apps/nps/v0.30.2/web/static/js/bootstrap-table-locale-all.min.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/bootstrap-table-locale-all.min.js rename to apps/nps/v0.30.2/web/static/js/bootstrap-table-locale-all.min.js diff --git a/apps/nps/v0.29.38/web/static/js/bootstrap-table.min.js b/apps/nps/v0.30.2/web/static/js/bootstrap-table.min.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/bootstrap-table.min.js rename to apps/nps/v0.30.2/web/static/js/bootstrap-table.min.js diff --git a/apps/nps/v0.29.38/web/static/js/bootstrap.min.js b/apps/nps/v0.30.2/web/static/js/bootstrap.min.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/bootstrap.min.js rename to apps/nps/v0.30.2/web/static/js/bootstrap.min.js diff --git a/apps/nps/v0.29.38/web/static/js/echarts.min.js b/apps/nps/v0.30.2/web/static/js/echarts.min.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/echarts.min.js rename to apps/nps/v0.30.2/web/static/js/echarts.min.js diff --git a/apps/nps/v0.29.38/web/static/js/fontawesome.min.js b/apps/nps/v0.30.2/web/static/js/fontawesome.min.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/fontawesome.min.js rename to apps/nps/v0.30.2/web/static/js/fontawesome.min.js diff --git a/apps/nps/v0.29.38/web/static/js/inspinia.js b/apps/nps/v0.30.2/web/static/js/inspinia.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/inspinia.js rename to apps/nps/v0.30.2/web/static/js/inspinia.js diff --git a/apps/nps/v0.29.38/web/static/js/jquery-3.7.1.min.js b/apps/nps/v0.30.2/web/static/js/jquery-3.7.1.min.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/jquery-3.7.1.min.js rename to apps/nps/v0.30.2/web/static/js/jquery-3.7.1.min.js diff --git a/apps/nps/v0.29.38/web/static/js/jsencrypt.min.js b/apps/nps/v0.30.2/web/static/js/jsencrypt.min.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/jsencrypt.min.js rename to apps/nps/v0.30.2/web/static/js/jsencrypt.min.js diff --git a/apps/nps/v0.29.38/web/static/js/language.js b/apps/nps/v0.30.2/web/static/js/language.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/language.js rename to apps/nps/v0.30.2/web/static/js/language.js diff --git a/apps/nps/v0.29.38/web/static/js/popper.min.js b/apps/nps/v0.30.2/web/static/js/popper.min.js similarity index 100% rename from apps/nps/v0.29.38/web/static/js/popper.min.js rename to apps/nps/v0.30.2/web/static/js/popper.min.js diff --git a/apps/nps/v0.29.38/web/static/page/error.html b/apps/nps/v0.30.2/web/static/page/error.html similarity index 100% rename from apps/nps/v0.29.38/web/static/page/error.html rename to apps/nps/v0.30.2/web/static/page/error.html diff --git a/apps/nps/v0.29.38/web/static/page/languages.xml b/apps/nps/v0.30.2/web/static/page/languages.xml similarity index 100% rename from apps/nps/v0.29.38/web/static/page/languages.xml rename to apps/nps/v0.30.2/web/static/page/languages.xml diff --git a/apps/nps/v0.29.38/web/static/webfonts/SourceCodePro.otf b/apps/nps/v0.30.2/web/static/webfonts/SourceCodePro.otf similarity index 100% rename from apps/nps/v0.29.38/web/static/webfonts/SourceCodePro.otf rename to apps/nps/v0.30.2/web/static/webfonts/SourceCodePro.otf diff --git a/apps/nps/v0.29.38/web/static/webfonts/fa-solid-900.eot b/apps/nps/v0.30.2/web/static/webfonts/fa-solid-900.eot similarity index 100% rename from apps/nps/v0.29.38/web/static/webfonts/fa-solid-900.eot rename to apps/nps/v0.30.2/web/static/webfonts/fa-solid-900.eot diff --git a/apps/nps/v0.29.38/web/static/webfonts/fa-solid-900.svg b/apps/nps/v0.30.2/web/static/webfonts/fa-solid-900.svg similarity index 100% rename from apps/nps/v0.29.38/web/static/webfonts/fa-solid-900.svg rename to apps/nps/v0.30.2/web/static/webfonts/fa-solid-900.svg diff --git a/apps/nps/v0.29.38/web/static/webfonts/fa-solid-900.ttf b/apps/nps/v0.30.2/web/static/webfonts/fa-solid-900.ttf similarity index 100% rename from apps/nps/v0.29.38/web/static/webfonts/fa-solid-900.ttf rename to apps/nps/v0.30.2/web/static/webfonts/fa-solid-900.ttf diff --git a/apps/nps/v0.29.38/web/static/webfonts/fa-solid-900.woff b/apps/nps/v0.30.2/web/static/webfonts/fa-solid-900.woff similarity index 100% rename from apps/nps/v0.29.38/web/static/webfonts/fa-solid-900.woff rename to apps/nps/v0.30.2/web/static/webfonts/fa-solid-900.woff diff --git a/apps/nps/v0.29.38/web/static/webfonts/fa-solid-900.woff2 b/apps/nps/v0.30.2/web/static/webfonts/fa-solid-900.woff2 similarity index 100% rename from apps/nps/v0.29.38/web/static/webfonts/fa-solid-900.woff2 rename to apps/nps/v0.30.2/web/static/webfonts/fa-solid-900.woff2 diff --git a/apps/nps/v0.29.38/web/static/webfonts/glyphicons-halflings-regular.eot b/apps/nps/v0.30.2/web/static/webfonts/glyphicons-halflings-regular.eot similarity index 100% rename from apps/nps/v0.29.38/web/static/webfonts/glyphicons-halflings-regular.eot rename to apps/nps/v0.30.2/web/static/webfonts/glyphicons-halflings-regular.eot diff --git a/apps/nps/v0.29.38/web/static/webfonts/glyphicons-halflings-regular.svg b/apps/nps/v0.30.2/web/static/webfonts/glyphicons-halflings-regular.svg similarity index 100% rename from apps/nps/v0.29.38/web/static/webfonts/glyphicons-halflings-regular.svg rename to apps/nps/v0.30.2/web/static/webfonts/glyphicons-halflings-regular.svg diff --git a/apps/nps/v0.29.38/web/static/webfonts/glyphicons-halflings-regular.ttf b/apps/nps/v0.30.2/web/static/webfonts/glyphicons-halflings-regular.ttf similarity index 100% rename from apps/nps/v0.29.38/web/static/webfonts/glyphicons-halflings-regular.ttf rename to apps/nps/v0.30.2/web/static/webfonts/glyphicons-halflings-regular.ttf diff --git a/apps/nps/v0.29.38/web/static/webfonts/glyphicons-halflings-regular.woff b/apps/nps/v0.30.2/web/static/webfonts/glyphicons-halflings-regular.woff similarity index 100% rename from apps/nps/v0.29.38/web/static/webfonts/glyphicons-halflings-regular.woff rename to apps/nps/v0.30.2/web/static/webfonts/glyphicons-halflings-regular.woff diff --git a/apps/nps/v0.29.38/web/static/webfonts/glyphicons-halflings-regular.woff2 b/apps/nps/v0.30.2/web/static/webfonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from apps/nps/v0.29.38/web/static/webfonts/glyphicons-halflings-regular.woff2 rename to apps/nps/v0.30.2/web/static/webfonts/glyphicons-halflings-regular.woff2 diff --git a/apps/nps/v0.29.38/web/views/client/add.html b/apps/nps/v0.30.2/web/views/client/add.html similarity index 100% rename from apps/nps/v0.29.38/web/views/client/add.html rename to apps/nps/v0.30.2/web/views/client/add.html diff --git a/apps/nps/v0.29.38/web/views/client/edit.html b/apps/nps/v0.30.2/web/views/client/edit.html similarity index 100% rename from apps/nps/v0.29.38/web/views/client/edit.html rename to apps/nps/v0.30.2/web/views/client/edit.html diff --git a/apps/nps/v0.29.38/web/views/client/list.html b/apps/nps/v0.30.2/web/views/client/list.html similarity index 100% rename from apps/nps/v0.29.38/web/views/client/list.html rename to apps/nps/v0.30.2/web/views/client/list.html diff --git a/apps/nps/v0.29.38/web/views/global/index.html b/apps/nps/v0.30.2/web/views/global/index.html similarity index 100% rename from apps/nps/v0.29.38/web/views/global/index.html rename to apps/nps/v0.30.2/web/views/global/index.html diff --git a/apps/nps/v0.29.38/web/views/index/add.html b/apps/nps/v0.30.2/web/views/index/add.html similarity index 100% rename from apps/nps/v0.29.38/web/views/index/add.html rename to apps/nps/v0.30.2/web/views/index/add.html diff --git a/apps/nps/v0.29.38/web/views/index/edit.html b/apps/nps/v0.30.2/web/views/index/edit.html similarity index 100% rename from apps/nps/v0.29.38/web/views/index/edit.html rename to apps/nps/v0.30.2/web/views/index/edit.html diff --git a/apps/nps/v0.29.38/web/views/index/hadd.html b/apps/nps/v0.30.2/web/views/index/hadd.html similarity index 100% rename from apps/nps/v0.29.38/web/views/index/hadd.html rename to apps/nps/v0.30.2/web/views/index/hadd.html diff --git a/apps/nps/v0.29.38/web/views/index/hedit.html b/apps/nps/v0.30.2/web/views/index/hedit.html similarity index 100% rename from apps/nps/v0.29.38/web/views/index/hedit.html rename to apps/nps/v0.30.2/web/views/index/hedit.html diff --git a/apps/nps/v0.29.38/web/views/index/help.html b/apps/nps/v0.30.2/web/views/index/help.html similarity index 100% rename from apps/nps/v0.29.38/web/views/index/help.html rename to apps/nps/v0.30.2/web/views/index/help.html diff --git a/apps/nps/v0.29.38/web/views/index/hlist.html b/apps/nps/v0.30.2/web/views/index/hlist.html similarity index 100% rename from apps/nps/v0.29.38/web/views/index/hlist.html rename to apps/nps/v0.30.2/web/views/index/hlist.html diff --git a/apps/nps/v0.29.38/web/views/index/index.html b/apps/nps/v0.30.2/web/views/index/index.html similarity index 100% rename from apps/nps/v0.29.38/web/views/index/index.html rename to apps/nps/v0.30.2/web/views/index/index.html diff --git a/apps/nps/v0.29.38/web/views/index/list.html b/apps/nps/v0.30.2/web/views/index/list.html similarity index 100% rename from apps/nps/v0.29.38/web/views/index/list.html rename to apps/nps/v0.30.2/web/views/index/list.html diff --git a/apps/nps/v0.29.38/web/views/login/index.html b/apps/nps/v0.30.2/web/views/login/index.html similarity index 100% rename from apps/nps/v0.29.38/web/views/login/index.html rename to apps/nps/v0.30.2/web/views/login/index.html diff --git a/apps/nps/v0.29.38/web/views/login/register.html b/apps/nps/v0.30.2/web/views/login/register.html similarity index 100% rename from apps/nps/v0.29.38/web/views/login/register.html rename to apps/nps/v0.30.2/web/views/login/register.html diff --git a/apps/nps/v0.29.38/web/views/public/error.html b/apps/nps/v0.30.2/web/views/public/error.html similarity index 100% rename from apps/nps/v0.29.38/web/views/public/error.html rename to apps/nps/v0.30.2/web/views/public/error.html diff --git a/apps/nps/v0.29.38/web/views/public/layout.html b/apps/nps/v0.30.2/web/views/public/layout.html similarity index 100% rename from apps/nps/v0.29.38/web/views/public/layout.html rename to apps/nps/v0.30.2/web/views/public/layout.html