Merge branch 'main' into dp-fix

This commit is contained in:
Den Piligrim
2026-03-11 19:50:41 +03:00
3 changed files with 19 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
patreon: DenPiligrim
+6 -1
View File
@@ -12,6 +12,11 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest
environment:
name: production
url: https://github.com/denpiligrim/3dp-manager/pkgs/container/3dp-manager-server
permissions:
contents: read
packages: write
@@ -39,4 +44,4 @@ jobs:
with:
context: ./client
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-client:${{ github.ref_name }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-client:${{ github.ref_name }}
+12
View File
@@ -0,0 +1,12 @@
{
"name": "3dp-manager",
"version": "2.0.1",
"description": "Inbound generator for 3x-ui",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/denpiligrim/3dp-manager.git"
},
"author": "DenPiligrim",
"license": "GPL-3.0"
}