mirror of
https://github.com/Jamesits/pve-fake-subscription
synced 2025-12-08 12:02:48 -05:00
Update Dockerfile
This commit is contained in:
parent
a4c80092fb
commit
a4b1a9d58d
@ -10,3 +10,5 @@ RUN apt-get update && \
|
|||||||
COPY . $FOLDER
|
COPY . $FOLDER
|
||||||
|
|
||||||
RUN dpkg-buildpackage -us -uc -b
|
RUN dpkg-buildpackage -us -uc -b
|
||||||
|
RUN mkdir debian/artifacts
|
||||||
|
RUN mv /opt/fake-proxmox-subscription_* $FOLDER/debian/artifacts/
|
||||||
|
|||||||
15
README.md
15
README.md
@ -2,11 +2,18 @@
|
|||||||
A Debian package to disables the "No valid subscription" dialog on all Proxmox
|
A Debian package to disables the "No valid subscription" dialog on all Proxmox
|
||||||
products (in theory), regardless of their version.
|
products (in theory), regardless of their version.
|
||||||
|
|
||||||
Based on [Jamesits/fake-pve-subscription][1]
|
Based on [Jamesits/fake-pve-subscription][1]'s work. There are a few key
|
||||||
|
differences between his repository and this repository:
|
||||||
|
|
||||||
This package was created to provide that the package is built via CI/CD and be
|
1. `pve-fake-subscription` has been ditched in favor of
|
||||||
transparent about it - because you'd be installing it on your server afterall,
|
`fake-proxmox-subscription` name. This should have been done in the first
|
||||||
and who'd install a random `.deb` package on it?
|
place, as the script covers all 3 Proxmox products.
|
||||||
|
2. Added proper Debian packaging (instead of that JavaScript abomination).
|
||||||
|
3. Added GitHub Actions workflow to build and then publish `.deb` packages.
|
||||||
|
|
||||||
|
I believe 3. is the most critical change here. Because you wouldn't download
|
||||||
|
and install a `.deb` that you can't verify that it has been not been altered
|
||||||
|
with, would you?
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
This package should work and patch:
|
This package should work and patch:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user