forked from poppabear8883/UNIT3D-INSTALLER
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,34 @@ | ||
<p align="center"> | ||
<img src="https://i.postimg.cc/GpMQ3bj2/68747470733a2f2f692e706f7374696d672e63632f765a623674706e772f53637265656e2d53686f742d323032312d31302d.png" alt="UNIT3D-Community-Edition Cover Image"> | ||
</p> | ||
|
||
<a href=https://github.com/sponsors/HDVinnie> | ||
<p align="center"> | ||
<img src="https://i.postimg.cc/QMRRNgmV/support.png" alt="UNIT3D-Community-Edition Support Image"> | ||
</p> | ||
</a> | ||
<h1 align="center">UNIT3D Community Edition Installer</h1> | ||
|
||
<p align="center"> | ||
🎉<b>A Big Thanks To All Our <a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/graphs/contributors">Contributors</a> and <a href="https://github.com/sponsors/HDVinnie">Sponsors</a></b>🎉 | ||
</p> | ||
|
||
<hr> | ||
|
||
<p align="center"><b>NOTE: This only works for a fresh server with nothing on it but a new OS install!</b></p> | ||
|
||
## This Repository | ||
Installer for the [UNIT3D-Community-Edition](https://github.com/HDInnovations/UNIT3D-Community-Edition). | ||
|
||
**NOTE: If you are running UNIT3D-Community-Edition on a non HTTPS instance you MUST change the following configs.** | ||
``` | ||
.env <-- SESSION_SECURE_COOKIE must be set to false | ||
config/secure-headers.php <-- HTTP Strict Transport Security must be set to false | ||
config/secure-headers.php <-- Content Security Policy must be disabled | ||
``` | ||
|
||
**Officially Supported OS's** | ||
- Ubuntu 24.04 LTS (Noble Numbat) | ||
- Ubuntu 22.04 LTS (Jammy Jellyfish) | ||
- Ubuntu 20.04 LTS (Focal Fossa) | ||
|
||
**We offer install and tuning services for a small price if not comfortable installing and tuninng server yourself. Otherwise if want to install yurself run commannd below.** | ||
|
||
|
||
**To install run the following:** (and follow the instructions. must be a fresh deicated server with nothing on it besides Ubuntu 20.04 or 22.04. Also must have a proper valid domain pointing to your server IP via A RECORD and CNAME for www) | ||
**To install run the following:** (and follow the instructions. must be a fresh deicated server with nothing on it besides supported OS. Also must have a proper valid domain pointing to your server IP via A RECORD and CNAME for www) | ||
``` | ||
git clone https://github.com/HDInnovations/UNIT3D-Installer.git installer | ||
cd installer | ||
sudo ./install.sh | ||
``` | ||
|
||
**NOTE: If you are running UNIT3D-Community-Edition on a non HTTPS instance you MUST change the following configs.** | ||
``` | ||
.env <-- SESSION_SECURE_COOKIE must be set to false | ||
config/secure-headers.php <-- HTTP Strict Transport Security must be set to false | ||
config/secure-headers.php <-- Content Security Policy must be disabled | ||
``` | ||
|
||
### Suggestions and/or Bug Reporting | ||
We encourage the use of [GitHub Issues](https://github.com/HDInnovations/UNIT3D-INSTALLER/issues/new)! |