20 Commits

Author SHA1 Message Date
4058796b50 minor changes
Some checks reported errors
continuous-integration/drone Build encountered an error
2025-09-28 02:34:04 +05:30
54d72b4d66 intelligent check for new tags before building 2025-09-28 02:33:48 +05:30
d0d3a3deea updated version to 0.0.3 2025-09-28 02:09:43 +05:30
7be8dc7bc2 renamed dcr to registry 2025-09-28 02:09:17 +05:30
fdf23dd510 added drone deployment 2025-09-28 02:06:24 +05:30
fa9303b792 added tag 0.0.2 2025-09-23 18:24:08 +05:30
f9f86dcc8b dynamic sections and more services added 2025-09-23 18:22:27 +05:30
eeb250a7c5 removed word torrent 2025-09-23 18:13:35 +05:30
039c16ff3e added docker-compose.yaml 2025-09-22 21:20:55 +05:30
248c1d3327 added .dockerignore 2025-09-22 20:58:23 +05:30
71b6833c8a ignored react router 2025-09-22 20:58:13 +05:30
a8c465eafe updated favicon.ico 2025-09-22 20:54:49 +05:30
7e654ab874 added dockerfile for homepage 2025-09-22 20:52:59 +05:30
a806f448a2 added sigils 2025-09-22 20:47:34 +05:30
d0cd151ab8 fixes 2025-09-22 20:47:19 +05:30
5e3419c3c3 correct spacer for sigil to be always visible 2025-09-22 20:28:40 +05:30
0964c0c9bb cleared grid error in home.tsx 2025-09-22 19:47:14 +05:30
bf4134e2d6 fixes 2025-09-22 19:35:45 +05:30
10bab6c44c aetos sigil 2025-09-22 19:33:18 +05:30
7631b9d830 Aetos Hideout 2025-09-22 19:19:29 +05:30
12 changed files with 264 additions and 32 deletions

40
.dockerignore Normal file
View File

@@ -0,0 +1,40 @@
# Node modules
node_modules
**/node_modules
# Logs
*.log
logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
build
dist
out
.next
.cache
.parcel-cache
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# OS files
.DS_Store
Thumbs.db
# IDE / Editor folders
.vscode
.idea
*.sublime-workspace
*.sublime-project
# Temporary files
*.swp
*.bak
*.tmp

63
.drone.yml Normal file
View File

@@ -0,0 +1,63 @@
---
kind: pipeline
type: docker
name: default
steps:
# Step 1: Check if Docker image for current version already exists
- name: check-version
image: docker:24
environment:
DOCKER_HOST: unix:///var/run/docker.sock
commands:
- apk add --no-cache git
- git fetch --tags
- LATEST_TAG=$(git describe --tags --abbrev=0)
- echo "Latest Git tag: $LATEST_TAG"
- |
if docker image inspect apps/homepage:$NEW_VERSION > /dev/null 2>&1; then
echo "Docker image apps/homepage:$NEW_VERSION already exists — skipping build"
exit 0
else
echo "Docker image apps/homepage:$NEW_VERSION not found — building..."
fi
# Step 2: Build Docker image with dynamic Git tag
- name: build-image
image: docker:24
environment:
DOCKER_HOST: unix:///var/run/docker.sock
commands:
- IMAGE_TAG=${DRONE_TAG:-latest}
- echo "Building Docker image apps/homepage:$IMAGE_TAG ..."
- docker build -t apps/homepage:$IMAGE_TAG .
# Step 3: Stop old container if exists
- name: stop-old
image: docker:24
environment:
DOCKER_HOST: unix:///var/run/docker.sock
commands:
- IMAGE_TAG=${DRONE_TAG:-latest}
- echo "Stopping old container..."
- docker rm -f homepage || true
# Step 4: Run container with dynamic tag
- name: run-container
image: docker:24
environment:
DOCKER_HOST: unix:///var/run/docker.sock
commands:
- IMAGE_TAG=${DRONE_TAG:-latest}
- echo "Starting container apps/homepage:$IMAGE_TAG ..."
- docker run -d \
--name homepage \
-p 3001:3000 \
-e NODE_ENV=production \
apps/homepage:$IMAGE_TAG
# Trigger pipeline on Git tags
trigger:
event:
- push
- tag

4
.idea/homepage.iml generated
View File

@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.react-router" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>

33
Dockerfile Normal file
View File

@@ -0,0 +1,33 @@
# Stage 1: Build
FROM node:20-alpine AS builder
# Set working directory
WORKDIR /app
# Copy package.json and package-lock.json (or yarn.lock)
COPY package*.json ./
# Install dependencies
RUN npm ci
# Copy the rest of the app
COPY . .
# Build the app (React/Next/etc.)
RUN npm run build
# Stage 2: Production image
FROM node:20-alpine
WORKDIR /app
# Copy only build output and dependencies
COPY --from=builder /app/package*.json ./
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/build ./build
# Expose port
EXPOSE 3000
# Default command
CMD ["npm", "start"]

View File

@@ -1,42 +1,94 @@
import * as React from 'react';
import Container from '@mui/material/Container';
import Typography from '@mui/material/Typography';
import Box from '@mui/material/Box';
import Link from '@mui/material/Link';
import { Link as ReactRouterLink } from 'react-router';
import ProTip from '~/components/ProTip';
import Copyright from '~/components/Copyright';
import * as React from "react";
import Container from "@mui/material/Container";
import Typography from "@mui/material/Typography";
import Box from "@mui/material/Box";
import Link from "@mui/material/Link";
import Grid from "@mui/material/Grid";
import Paper from "@mui/material/Paper";
export function meta() {
return [
{ title: 'Material UI - React Router example in TypeScript' },
{ title: "Aetoskia Hideout" },
{
name: 'description',
content: 'Welcome to Material UI - React Router example in TypeScript!',
name: "description",
content: "Welcome to Aetoskia's Hideout!",
},
];
}
const services = {
media: [
{ name: "Jellyseerr", url: "http://jellyseerr.aetoskia.com", desc: "Summon films and series from the digital void.", external: true },
{ name: "Sonarr", url: "http://sonarr.aetoskia.com", desc: "Keep the endless chronicles of TV under iron control.", external: true },
{ name: "Radarr", url: "http://radarr.aetoskia.com", desc: "Command the legions of cinema, enforce cinematic order.", external: true },
{ name: "qBit", url: "http://qbit.aetoskia.com", desc: "Torrent war engine, fetching data across the nether realms.", external: true },
],
codebase: [
{ name: "Gitea", url: "http://gitea.aetoskia.com", desc: "Forge and safeguard code like a sacred relic.", external: true },
{ name: "Registry", url: "http://registry.aetoskia.com", desc: "Monitor core constructs of the digital empire.", external: true },
{ name: "Drone", url: "http://drone.aetoskia.com", desc: "Automaton architect, building pipelines of perfection.", external: true },
],
monitoring: [
{ name: "Portainer", url: "http://portainer.aetoskia.com", desc: "Oversee the fleet of containers with unyielding vigilance.", external: true },
],
};
export default function Home() {
return (
<Container maxWidth="lg">
<Box
sx={{
my: 4,
display: 'flex',
flexDirection: 'column',
justifyContent: 'center',
alignItems: 'center',
minHeight: "120vh",
backgroundImage: "url('/extended_sigil.png')",
backgroundSize: "cover",
backgroundRepeat: "no-repeat",
backgroundPosition: "center",
display: "flex",
flexDirection: "column",
}}
>
<Typography variant="h4" component="h1" sx={{ mb: 2 }}>
Material UI - Next.js App Router example in TypeScript
<Box sx={{ flex: 1 }} />
<Box sx={{ height: "60vh", overflowY: "auto", p: 2 }}>
<Container
maxWidth="lg"
sx={{ bgcolor: "#1a1a1a", borderRadius: 3, p: 3, boxShadow: 6 }}
>
{Object.entries(services).map(([sectionName, serviceList]) => (
<React.Fragment key={sectionName}>
<Typography
variant="h5"
align="center"
sx={{ color: "warning.main", mt: 4, mb: 2 }}
>
{sectionName.charAt(0).toUpperCase() + sectionName.slice(1)} Services
</Typography>
<Link to="/about" color="secondary" component={ReactRouterLink}>
Go to the about page
<Grid container spacing={3} justifyContent="center">
{serviceList.map((s) => (
<Paper
key={s.name}
elevation={3}
sx={{ p: 2, textAlign: "center", bgcolor: "#2d2d2d", borderRadius: 2 }}
>
<Link
href={s.url}
target={s.external ? "_blank" : undefined}
rel="noopener"
underline="none"
sx={{ fontSize: 18, fontWeight: "bold", color: "success.main" }}
>
{s.name}
</Link>
<ProTip />
<Copyright />
<Typography variant="body2" sx={{ mt: 1, color: "#ccc" }}>
{s.desc}
</Typography>
</Paper>
))}
</Grid>
</React.Fragment>
))}
</Container>
</Box>
</Box>
</Container>
);

13
docker-compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
homepage:
build:
context: .
dockerfile: Dockerfile
# network: host
container_name: homepage
image: apps/homepage:0.0.5
ports:
- "3001:3000" # map host port 3000 to container
environment:
NODE_ENV: production
restart: unless-stopped

33
package-lock.json generated
View File

@@ -7,10 +7,12 @@
"name": "material-ui-react-router-ts",
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/react": "^11.14.0",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/material": "latest",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@mui/system": "^7.3.2",
"@react-router/node": "latest",
"@react-router/serve": "latest",
"isbot": "latest",
@@ -1104,6 +1106,31 @@
"url": "https://opencollective.com/mui-org"
}
},
"node_modules/@mui/icons-material": {
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.3.2.tgz",
"integrity": "sha512-TZWazBjWXBjR6iGcNkbKklnwodcwj0SrChCNHc9BhD9rBgET22J1eFhHsEmvSvru9+opDy3umqAimQjokhfJlQ==",
"dependencies": {
"@babel/runtime": "^7.28.3"
},
"engines": {
"node": ">=14.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui-org"
},
"peerDependencies": {
"@mui/material": "^7.3.2",
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
}
},
"node_modules/@mui/material": {
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.2.tgz",

View File

@@ -1,5 +1,5 @@
{
"name": "material-ui-react-router-ts",
"name": "homepage",
"private": true,
"type": "module",
"scripts": {
@@ -10,10 +10,12 @@
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/react": "^11.14.0",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/material": "latest",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@mui/system": "^7.3.2",
"@react-router/node": "latest",
"@react-router/serve": "latest",
"isbot": "latest",

BIN
public/aetos_sigil.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

BIN
public/extended_sigil.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
public/no_sigil.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB