Skip to content

Commit

Permalink
Update to any/any
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Feb 23, 2024
1 parent 18149cc commit 503b8ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 13 additions & 3 deletions source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,31 @@ System Requirements
Installing
----------

For easiest installation, if you have one of the listed supported distributions, you can simply install our package and get going!
For easiest installation, if you have one of the listed supported distributions, you can simply install our package and get going!.

.. tab:: Ubuntu/Debian

.. code-block:: bash
curl -s https://packagecloud.io/install/repositories/pufferpanel/pufferpanel/script.deb.sh | sudo bash
echo "deb https://packagecloud.io/pufferpanel/pufferpanel/any/ any main" > sudo tee /etc/apt/sources.list.d/pufferpanel.list
sudo apt update
sudo apt-get install pufferpanel
sudo systemctl enable pufferpanel
.. tab:: Red-Hat

.. code-block:: bash
curl -s https://packagecloud.io/install/repositories/pufferpanel/pufferpanel/script.rpm.sh | sudo bash
echo " [pufferpanel]
name=pufferpanel
baseurl=https://packagecloud.io/pufferpanel/pufferpanel/rpm_any/rpm_any/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/pufferpanel/pufferpanel/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300" > sudo tee /etc/yum.repos.d/pufferpanel.repo
sudo yum install pufferpanel
sudo systemctl enable pufferpanel
Expand Down
2 changes: 2 additions & 0 deletions source/release-notes/3.0.0-alpha.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ UI
can be managed independently.
* Node page will show some hardware information about the node. Information includes the OS type,
cpu architecture, and if the node supports Docker. This page will also show if a node is online.
* Permissions have been stream-lined a little more. Actions are now more explicitly defined as a
permission and so there are more permissions available.
* Numerous bug fixes and code clean-ups

Backend
Expand Down

0 comments on commit 503b8ac

Please sign in to comment.