Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
Doorcode
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guardians of the Kretschmar Elock System
Doorcode
Commits
c8eaf11a
Commit
c8eaf11a
authored
Apr 28, 2020
by
Jacob Priddy
👌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some remaining stuff referencing the door controller project
parent
6bf5a19a
Pipeline
#7200
failed with stages
in 4 minutes and 2 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
33 deletions
+1
-33
docker-compose.yml.example
docker-compose.yml.example
+0
-11
npm-debug.log
npm-debug.log
+0
-19
secrets/gen-certs.sh
secrets/gen-certs.sh
+1
-3
No files found.
docker-compose.yml.example
View file @
c8eaf11a
...
...
@@ -94,14 +94,3 @@ services:
- "8000:8000"
networks:
- doorcode
esp32:
build:
context: src/embedded
dockerfile: Dockerfile
tty: true
container_name: esp32
volumes:
- ./src/embedded:/project
# uncomment if you are going to be flashing a board from the container
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
npm-debug.log
deleted
100644 → 0
View file @
6bf5a19a
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'serve' ]
2 info using npm@3.5.2
3 info using node@v8.10.0
4 verbose stack Error: ENOENT: no such file or directory, open '/home/jarodo/doorcode/package.json'
5 verbose cwd /home/jarodo/doorcode
6 error Linux 4.15.0-76-generic
7 error argv "/usr/bin/node" "/usr/bin/npm" "run" "serve"
8 error node v8.10.0
9 error npm v3.5.2
10 error path /home/jarodo/doorcode/package.json
11 error code ENOENT
12 error errno -2
13 error syscall open
14 error enoent ENOENT: no such file or directory, open '/home/jarodo/doorcode/package.json'
15 error enoent ENOENT: no such file or directory, open '/home/jarodo/doorcode/package.json'
15 error enoent This is most likely not a problem with npm itself
15 error enoent and is related to npm not being able to find a file.
16 verbose exit [ -2, true ]
secrets/gen-certs.sh
View file @
c8eaf11a
...
...
@@ -30,8 +30,6 @@ openssl x509 -req -days 365 -in "${DIR}/certs/webserver.csr" -CA "${DIR}/certs/r
-CAkey
"
${
DIR
}
/certs/root.key"
-set_serial
01
-out
"
${
DIR
}
/certs/webserver.cert"
rm
"
${
DIR
}
/certs/webserver.csr"
echo
"Request signed, copying the root cert for the doorcode controllers..."
cp
"
${
DIR
}
/certs/root.cert"
"
${
DIR
}
/../src/embedded/main/doorcode_root_cert.pem"
echo
"Request signed, you must copy the public certificate to the root directory of the door controller project when flashing a new board with then name
\"
doorcode_root_cert.pem
\"
"
echo
"Done!"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment