-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revisão de configurações e implementações antigas
- Loading branch information
1 parent
8e51d20
commit be03502
Showing
41 changed files
with
47 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
FROM node:16.3.0 | ||
FROM node:20 | ||
|
||
RUN npm install typescript node-typescript -g | ||
RUN npm install npx nx -g --force | ||
WORKDIR /nostrbot | ||
|
||
COPY ./.gitconfig /root/.gitconfig | ||
COPY ./.ssh /root/.ssh | ||
RUN chmod 600 -R /root/.ssh | ||
|
||
ENV LANG C.UTF-8 | ||
ENV TZ America/Sao_Paulo | ||
|
||
# The run the start script | ||
CMD [ "/bin/bash" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#bin/bash | ||
|
||
cd ..; | ||
|
||
echo "Github name:" | ||
read githubnome | ||
|
||
echo "Github e-mail:" | ||
read githubemail | ||
|
||
echo "With no spaces, write a label to ssh key:" | ||
read sshnome | ||
|
||
mkdir .ssh | ||
mkdir node_modules; | ||
|
||
ssh-keygen -t ed25519 -C $sshnome -f ".ssh/id_ed25519" | ||
|
||
echo "[user] | ||
email = $githubemail | ||
name = $githubnome | ||
[core] | ||
editor = code --wait | ||
[safe] | ||
directory = /pokeboot" > .gitconfig | ||
|
||
echo "now paste the content of .ssh/id_ed25519.pub into https://github.com/settings/ssh/new" |
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.