Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
339
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
23
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TransFem.org
Sharkey
Commits
909079d1
Commit
909079d1
authored
1 year ago
by
Insert5StarName
Browse files
Options
Downloads
Patches
Plain Diff
Minor Modification
parent
612dac29
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/backend/src/boot/master.ts
+13
-10
13 additions, 10 deletions
packages/backend/src/boot/master.ts
with
13 additions
and
10 deletions
packages/backend/src/boot/master.ts
+
13
−
10
View file @
909079d1
...
...
@@ -31,22 +31,25 @@ function greet() {
if
(
!
envOption
.
quiet
)
{
//#region Misskey logo
const
v
=
`v
${
meta
.
version
}
`
;
console
.
log
(
themeColor
(
'
_____ _ _
'
));
console
.
log
(
themeColor
(
'
| |_|___ ___| |_ ___ _ _
'
));
console
.
log
(
themeColor
(
'
| | | | |_ -|_ -|
\'
_| -_| | |
'
));
console
.
log
(
themeColor
(
'
|_|_|_|_|___|___|_,_|___|_ |
'
));
console
.
log
(
'
'
+
chalk
.
gray
(
v
)
+
themeColor
(
'
|___|
\n
'
.
substring
(
v
.
length
)));
console
.
log
(
themeColor
(
'
_____ _ _
'
));
console
.
log
(
themeColor
(
'
/ ___| | | |
'
));
console
.
log
(
themeColor
(
'
\
`--.| |__ __ _ _ __| | _____ _ _
'
));
console
.
log
(
themeColor
(
"
`--.
\
'_
\
/ _` | '__| |/ / _
\
| | |
"
));
console
.
log
(
themeColor
(
'
/
\
__/ / | | | (_| | | | < __/ |_| |
'
));
console
.
log
(
themeColor
(
'
\
____/|_| |_|
\
__,_|_| |_|
\
_
\
___|
\
__, |
'
));
console
.
log
(
themeColor
(
'
__/ |
'
));
console
.
log
(
themeColor
(
'
|___/
'
));
//#endregion
console
.
log
(
'
Miss
key is an open-source decentralized microblogging platform.
'
);
console
.
log
(
chalk
.
rgb
(
255
,
136
,
0
)(
'
If you like
Miss
key, please donate to support development. https://
www.patreon.com/syuilo
'
));
console
.
log
(
'
Shar
key is an open-source decentralized microblogging platform.
'
);
console
.
log
(
chalk
.
rgb
(
255
,
136
,
0
)(
'
If you like
Shar
key, please donate to support development. https://
ko-fi.com/transfem
'
));
console
.
log
(
''
);
console
.
log
(
chalkTemplate
`---
${
os
.
hostname
()}
{gray (PID:
${
process
.
pid
.
toString
()}
)} ---`
);
}
bootLogger
.
info
(
'
Welcome to
Miss
key!
'
);
bootLogger
.
info
(
`
Miss
key v
${
meta
.
version
}
`
,
null
,
true
);
bootLogger
.
info
(
'
Welcome to
Shar
key!
'
);
bootLogger
.
info
(
`
Shar
key v
${
meta
.
version
}
`
,
null
,
true
);
}
/**
...
...
@@ -68,7 +71,7 @@ export async function masterMain() {
process
.
exit
(
1
);
}
bootLogger
.
succ
(
'
Miss
key initialized
'
);
bootLogger
.
succ
(
'
Shar
key initialized
'
);
if
(
envOption
.
disableClustering
)
{
if
(
envOption
.
onlyServer
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment