diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index ba63147..0000000 --- a/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM ubuntu:latest - -RUN apt update && apt install nginx python3 -y - -RUN rm -rf /etc/nginx/sites-enabled/default - -ADD nginx/ /etc/nginx/ -ADD www/ /var/html/www/ - -EXPOSE 80 - -ENTRYPOINT ["nginx"] diff --git a/www/LICENSE b/LICENSE similarity index 100% rename from www/LICENSE rename to LICENSE diff --git a/www/assets/fonts/jbmono.woff2 b/assets/fonts/jbmono.woff2 similarity index 100% rename from www/assets/fonts/jbmono.woff2 rename to assets/fonts/jbmono.woff2 diff --git a/www/assets/js/index.js b/assets/js/index.js similarity index 100% rename from www/assets/js/index.js rename to assets/js/index.js diff --git a/www/assets/style.css b/assets/style.css similarity index 100% rename from www/assets/style.css rename to assets/style.css diff --git a/docker-compose.yml b/docker-compose.yml index c53d308..a66af58 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,9 @@ services: web: - build: . - container_name: pixelated-web + image: nginx:latest + container_name: web restart: unless-stopped + volumes: + - ./:/usr/share/nginx/html ports: - - '80:80' + - '80:80' diff --git a/www/index.html b/index.html similarity index 62% rename from www/index.html rename to index.html index c0b877b..89788e4 100644 --- a/www/index.html +++ b/index.html @@ -2,7 +2,7 @@ Pixelated - + @@ -23,29 +23,28 @@

Services

- > Pixelated Universe: Our self-hosted fediverse instance. Social, Self-hosted
- > Pixelated Galaxy: Our self-hosted Nextcloud instance. Cloud, Self-hosted
- > Pixelated Archives: Our self-hosted Git instance. Code, Self-hosted
- > Pixelated Arts And Crafts: Our self-hosted Minecraft: Java edition server. Games, Self-hosted
- > Codeberg: Here you'll find all our Git repositories. Code
+ > Pixelated Universe: Our self-hosted fediverse instance. Social
+ > Pixelated Galaxy: Our self-hosted Nextcloud instance. Cloud
+ > Pixelated Archives: Our self-hosted Git instance. Code
+ > Pixelated Arts And Crafts: Our self-hosted Minecraft: Java edition server. Games

Maintainer(s)

- > FreedTapestry21 (she/they) Maintainer of infrastructure + > FreedTapestry21 (she/her) Maintainer of infrastructure

Contact

- Do you have any questions, inqueries, or have feedback?
- Please reach out to us at info@pixelated.sh.
+ Do you have any questions, inqueries, or have feedback?
+ Please contact a maintainer, or reach out to us at:
+ > E-Mail: info@pixelated.sh
+ > Fediverse: @pixelated@floss.social
We look forward to hearing from you!
-
- psst; make sure to check out our official Fediverse account!

@@ -54,7 +53,7 @@ diff --git a/minecraft/index.html b/minecraft/index.html new file mode 100644 index 0000000..938921c --- /dev/null +++ b/minecraft/index.html @@ -0,0 +1,56 @@ + + + + Pixelated: Arts and Crafts + + + + + + +
+
+ +
+

Pixelated: Arts and Crafts

+

Join us at: mc.pixelated.sh

+

+ A galaxy which once roamed with art and prosperity, is now nothing more then plain worlds.
+ Make of these plain worlds something with personality, something which resembles the once so prosperous world before this one.
+ Welcome to the galaxy of Pixelated: Arts and Crafts, we hope you enjoy your stay! +

+
+ +
+

Worlds

+

+ >> World of Libertas: Absolute freedom, also known as the roughest world. Public
+ >> World of Aether: A world in which one ideology comes together. Invite-only
+ >> Worlds of Pax: Worlds which are lost to time, only to be accessed by the ones with a key. Private
+

+
+ +
+

Rules

+

By playing on Pixelated: Arts and Crafts, you are agreeing to respect these guidelines.

+

+ >> Respect others
+ >> No cheating, exploits, or hacks
+ >> No griefing and trolling
+ >> No spamming or excessive advertising
+ >> No offensive content
+ >> Respect the server staff
+ >> Keep it fun and enjoyable!
+

+

Have fun playing on Pixelated: Arts and Crafts!

+
+ +
+

:3

+
+ + + + diff --git a/nginx/modules-enabled/daemon.conf b/nginx/modules-enabled/daemon.conf deleted file mode 100644 index ef1f9c1..0000000 --- a/nginx/modules-enabled/daemon.conf +++ /dev/null @@ -1 +0,0 @@ -daemon off; diff --git a/nginx/sites-enabled/default b/nginx/sites-enabled/default deleted file mode 100644 index 3687d20..0000000 --- a/nginx/sites-enabled/default +++ /dev/null @@ -1,17 +0,0 @@ -server { - listen 80 default_server; - listen [::]:80 default_server; - - server_name pixelated.example.com; - - root /var/html/www; - index index.html; - - location / { - if ($request_uri ~ ^/(.*)\.html) { - return 302 /$1; - } - try_files $uri $uri.html $uri/ =404; - } - -} diff --git a/www/mc.html b/www/mc.html deleted file mode 100644 index 889b0c6..0000000 --- a/www/mc.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - Pixelated: Arts and Crafts - - - - - - -
-
- -
-

Pixelated: Arts and Crafts

-

- A galaxy which once roamed with arts and crafts, is now nothing more then plain worlds.
- Explore worlds full of wonders in which communities come together to create something unique.
- With different worlds to explore and bewonder, join Arts and Crafts now and we will promise with 95% certainty that we won't reset the world.
-

-
- -
-

Servers

-

Join us at: mc.pixelated.sh

-

- >> Silverleaf: Anarchy with a terraformed twist. Public
- >> Aethermist: A world of Aether and peace. Invite-only
- >> Frostbloom: Plain old survival with no twist whatsoever. Invite-only
-

-
- -
-

Rules

-

- >> Respect Others
-
- Treat everyone with kindness and respect, both in chat and gameplay. No harassment, bullying, or discriminatory behavior will be tolerated.
- Be mindful of others' builds and creations. Always ask before modifying someone else's work or property.
-
- >> No Cheating, Exploits, or Hacks
-
- Using cheats, exploits, or hacks (such as x-ray mods, aimbots, or speed hacks) is strictly prohibited. Play fairly and responsibly.
- Any form of unfair advantage, including but not limited to third-party software or bugs, is not allowed.
-
- >> Griefing and Trolling
-
- Griefing, stealing, and destroying other players' creations are not allowed.
- Be respectful of others' time and effort in the game. Constructive behavior and collaboration are encouraged.
-
- >> No Spamming or Excessive Advertising
-
- Spamming messages, commands, or advertisements in chat is not allowed.
- Keep the chat clean and clear. Please refrain from promoting external websites or services unless explicitly allowed by server staff.
-
- >> No Offensive Content
-
- Offensive language, hate speech, or inappropriate behavior (including in skins, builds, or usernames) is strictly prohibited.
- Please remember that this server is for players of all ages, so keep the content family-friendly.
-
- >> Respect the Server Staff
-
- Listen to and respect the decisions of the server staff. They are here to help maintain order and ensure the server runs smoothly.
- If you have any concerns or issues, please report them respectfully to a staff member.
-
- >> Keep It Fun and Enjoyable!
-
- Most importantly, have fun! This is a place to explore, create, and build with friends and fellow players.
- Help foster a positive atmosphere where everyone can enjoy Minecraft to the fullest!
-
- Have fun playing on Arts and Crafts!
-

-
- -
-

:3

-
- - - -