Skip to content

Commit

Permalink
Merge pull request #366 from StealthScript/main
Browse files Browse the repository at this point in the history
Password protection but it does not suck
  • Loading branch information
xbubbo authored Jan 19, 2024
2 parents c774bbd + fb6d2af commit d0c31ce
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
5 changes: 5 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const config = {
passwordProtect: false,
password: "password"
}
export default config;
12 changes: 10 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
import express from 'express'
import basicAuth from "express-basic-auth";
import http from 'node:http'
import { createBareServer } from '@tomphttp/bare-server-node'
import path from 'node:path'
import cors from 'cors'

import config from './config.js'
const __dirname = process.cwd()
const server = http.createServer()
const app = express(server)
const bareServer = createBareServer('/v/')
const PORT = 8080

if (config.passwordProtect) {
console.log("Password protection is enabled. Username is 'interstellar'.")
console.log("Password is: " + config.password)
app.use(basicAuth({
users: { "interstellar" : password },
challenge: true
}))
}
app.use(express.json())
app.use(express.urlencoded({ extended: true }))
app.use(cors())
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"dependencies": {
"@tomphttp/bare-server-node": "^2.0.1",
"cors": "^2.8.5",
"express": "^4.18.2"
"express": "^4.18.2",
"express-basic-auth": "^1.2.1"
},
"devDependencies": {
"prettier": "3.2.1"
Expand Down

20 comments on commit d0c31ce

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
st3llar ❌ Failed View Logs 2024-01-19T20:54:41.507Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
instell ✅ Deployed View Logs 2024-01-19T20:54:57.359Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2024-01-19T20:55:01.093Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
we-love-art ✅ Deployed View Logs 2024-01-19T20:55:03.904Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
st3lla ❌ Failed View Logs 2024-01-19T20:55:16.135Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2024-01-19T20:55:19.105Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2024-01-19T20:55:35.716Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2024-01-19T20:55:36.025Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
classes ✅ Deployed View Logs 2024-01-19T20:55:38.470Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2024-01-19T20:55:40.386Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
mountpath ✅ Deployed View Logs 2024-01-19T20:55:53.609Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2024-01-19T20:55:54.297Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2024-01-19T20:56:10.550Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2024-01-19T20:56:16.316Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
sex ✅ Deployed View Logs 2024-01-19T20:56:16.940Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
gokudoespartyparty ✅ Deployed View Logs 2024-01-19T20:56:18.692Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
talonnexus ✅ Deployed View Logs 2024-01-19T20:56:18.572Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
learnmath ✅ Deployed View Logs 2024-01-19T20:56:19.147Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2024-01-19T20:56:19.806Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d0c31ce Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2024-01-19T20:56:31.018Z

Please sign in to comment.