mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-14 04:14:02 +00:00
Update documentation and links
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM node:14
|
FROM node:14
|
||||||
LABEL maintainer="me@kevinthomas.dev"
|
LABEL maintainer="kaythomas@pm.me"
|
||||||
WORKDIR /var/noisedash
|
WORKDIR /var/noisedash
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -4,7 +4,7 @@ Self-hostable web tool for generating ambient noises
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
(More screenshots on the [wiki](https://github.com/KevinThomas0/noisedash/wiki/Screenshots))
|
(More screenshots on the [wiki](https://github.com/kaythomas0/noisedash/wiki/Screenshots))
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
@@ -21,8 +21,8 @@ Self-hostable web tool for generating ambient noises
|
|||||||
|
|
||||||
Requires docker and docker-compose
|
Requires docker and docker-compose
|
||||||
|
|
||||||
* Download the provided [docker-compose.yml file](https://github.com/KevinThomas0/noisedash/blob/main/docker-compose.yml)
|
* Download the provided [docker-compose.yml file](https://github.com/kaythomas0/noisedash/blob/main/docker-compose.yml)
|
||||||
* In the same directory as the docker-compose file, created a folder called `config`, and inside it, put the provided [config file](https://github.com/KevinThomas0/noisedash/blob/main/config/default.json)
|
* In the same directory as the docker-compose file, created a folder called `config`, and inside it, put the provided [config file](https://github.com/kaythomas0/noisedash/blob/main/config/default.json)
|
||||||
* Edit the config file to your preference
|
* Edit the config file to your preference
|
||||||
* Bring the container up:
|
* Bring the container up:
|
||||||
|
|
||||||
@@ -32,6 +32,8 @@ docker-compose up -d
|
|||||||
|
|
||||||
* Proceed to the URL where it's deployed and register your first user
|
* Proceed to the URL where it's deployed and register your first user
|
||||||
|
|
||||||
|
(Raspberry Pi compatible images are available, see armv7 images on [Docker Hub](https://hub.docker.com/repository/docker/noisedash/noisedash))
|
||||||
|
|
||||||
## From Source
|
## From Source
|
||||||
|
|
||||||
Requires node 14 and npm
|
Requires node 14 and npm
|
||||||
@@ -39,7 +41,7 @@ Requires node 14 and npm
|
|||||||
* Clone the repo:
|
* Clone the repo:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
git clone https://github.com/KevinThomas0/noisedash.git
|
git clone https://github.com/kaythomas0/noisedash.git
|
||||||
cd noisedash
|
cd noisedash
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -62,4 +64,4 @@ npm run server-prod
|
|||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
See [CONTRIBUTING.md](https://github.com/KevinThomas0/noisedash/blob/main/CONTRIBUTING.md)
|
See [CONTRIBUTING.md](https://github.com/kaythomas0/noisedash/blob/main/CONTRIBUTING.md)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
noisedash:
|
noisedash:
|
||||||
image: kevinthomas0/noisedash:latest
|
image: noisedash/noisedash:latest
|
||||||
container_name: noisedash
|
container_name: noisedash
|
||||||
ports:
|
ports:
|
||||||
- "1432:1432"
|
- "1432:1432"
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "noisedash",
|
"name": "noisedash",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "noisedash",
|
"name": "noisedash",
|
||||||
"descriptions": "Self-hostable web tool for generating ambient noises",
|
"descriptions": "Self-hostable web tool for generating ambient noises",
|
||||||
"homepage": "https://github.com/KevinThomas0/noisedash",
|
"homepage": "https://github.com/kaythomas0/noisedash",
|
||||||
"bugs": "https://github.com/KevinThomas0/noisedash/issues",
|
"bugs": "https://github.com/kaythomas0/noisedash/issues",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"author": "Kevin Thomas <me@kevinthomas.dev> (https://kevinthomas.dev)",
|
"author": "Kay Thomas <kaythomas@pm.me> (https://kaythomas.dev)",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
<v-btn
|
<v-btn
|
||||||
block
|
block
|
||||||
href="https://github.com/KevinThomas0/noisedash"
|
href="https://github.com/kaythomas0/noisedash"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Source Code
|
Source Code
|
||||||
|
|||||||
Reference in New Issue
Block a user