mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
changed upstream url
This commit is contained in:
parent
47d7e4f234
commit
d55a8b1bd1
2
PKGBUILD
2
PKGBUILD
@ -16,7 +16,7 @@ pkgbase=kvmd
|
|||||||
pkgver=1.4
|
pkgver=1.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The main Pi-KVM daemon"
|
pkgdesc="The main Pi-KVM daemon"
|
||||||
url="https://github.com/pi-kvm/kvmd"
|
url="https://github.com/pikvm/kvmd"
|
||||||
license=(GPL)
|
license=(GPL)
|
||||||
arch=(any)
|
arch=(any)
|
||||||
depends=(
|
depends=(
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -68,7 +68,7 @@ def main() -> None:
|
|||||||
setup(
|
setup(
|
||||||
name="kvmd",
|
name="kvmd",
|
||||||
version="1.4",
|
version="1.4",
|
||||||
url="https://github.com/pi-kvm/kvmd",
|
url="https://github.com/pikvm/kvmd",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
author="Maxim Devaev",
|
author="Maxim Devaev",
|
||||||
author_email="mdevaev@gmail.com",
|
author_email="mdevaev@gmail.com",
|
||||||
|
|||||||
@ -30,7 +30,7 @@ RUN npm install htmlhint -g
|
|||||||
ARG USTREAMER_MIN_VERSION
|
ARG USTREAMER_MIN_VERSION
|
||||||
ENV USTREAMER_MIN_VERSION $USTREAMER_MIN_VERSION
|
ENV USTREAMER_MIN_VERSION $USTREAMER_MIN_VERSION
|
||||||
RUN echo $USTREAMER_MIN_VERSION
|
RUN echo $USTREAMER_MIN_VERSION
|
||||||
RUN git clone https://github.com/pi-kvm/ustreamer \
|
RUN git clone https://github.com/pikvm/ustreamer \
|
||||||
&& cd ustreamer \
|
&& cd ustreamer \
|
||||||
&& make PREFIX=/usr install \
|
&& make PREFIX=/usr install \
|
||||||
&& cd - \
|
&& cd - \
|
||||||
|
|||||||
@ -91,7 +91,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<p class="text">
|
<p class="text">
|
||||||
Full documentation, source code, hardware schematics and legal information
|
Full documentation, source code, hardware schematics and legal information
|
||||||
can be found in our <a target="_blank" href="https://github.com/pi-kvm">official website</a>.
|
can be found in our <a target="_blank" href="https://pikvm.org">official website</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -587,14 +587,14 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<p class="text">
|
<p class="text">
|
||||||
Full documentation, source code, hardware schematics and legal information
|
Full documentation, source code, hardware schematics and legal information
|
||||||
can be found in our <a target="_blank" href="https://github.com/pi-kvm">official website</a>.
|
can be found in our <a target="_blank" href="https://pikvm.org">official website</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="footer">
|
<ul class="footer">
|
||||||
<li id="kvmd-meta-server-host" class="footer-left"></li>
|
<li id="kvmd-meta-server-host" class="footer-left"></li>
|
||||||
<li class="footer-right"><a target="_blank" href="https://github.com/pi-kvm">Pi-KVM Project</a></li>
|
<li class="footer-right"><a target="_blank" href="https://pikvm.org">Pi-KVM Project</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user