First Time Setup
Node.js v18+
MongoDB (see https://docs.aegisdev.onet/product-docs/getting-started/mongodb-setup)
Git (optional)
1
Create .env
.envIn the project folder, create a new file called .env and add:
MONGODB_URI="mongodb://localhost:27017/Aegispaste"
NEXTAUTH_SECRET="change-me"
NEXTAUTH_URL="http://localhost:3000"
SYSTEM_SETUP_KEY="change-me"
SECURE="false"
PORT="3000"Important: Make sure to use your own Mongo URL: https://docs.aegisdev.one/product-docs/getting-started/mongodb-setup
Step 3: Admin Panel
Open: http://localhost:3000/admin
Login credentials:
User:
adminPass:
admin
Change this password immediately in the admin panel.
Related: NextNginx Setup — https://docs.aegisdev.one/product-docs/getting-started/nginx-setup
Last updated
