1
0
forked from crony/UpFast

Compare commits

...

3 Commits
main ... HEAD

Author SHA1 Message Date
422baeaae2 Merge pull request 'fixed bold font' (#3) from TlasT/UpFast:fix into main
Reviewed-on: crony/UpFast#3
2023-04-05 06:00:13 +00:00
Raymaekers Luca
4fcd9f5157 removed the activation of env as it is no longer needed 2023-04-04 18:49:58 +02:00
Raymaekers Luca
8fdc68b441 fixed bold font 2023-04-04 16:24:53 +02:00
3 changed files with 2 additions and 5 deletions

View File

@ -29,9 +29,6 @@ source venv/bin/activate
# Install all the requirements # Install all the requirements
pip install -r requirements.txt pip install -r requirements.txt
# Load environment by default
echo "source /usr/local/upfast/venv/bin/activate" > "/usr/local/upfast/.profile"
# create the upload directory # create the upload directory
mkdir upload mkdir upload

View File

@ -36,7 +36,7 @@ video {
a { a {
color: #f2d5cf; color: #f2d5cf;
text-decoration: none; text-decoration: none;
font-style: bold; font-weight: bold;
padding: 5px; padding: 5px;
} }

View File

@ -14,7 +14,7 @@ h1 {
a { a {
color: #f2d5cf; color: #f2d5cf;
text-decoration: none; text-decoration: none;
font-style: bold; font-weight: bold;
padding: 5px; padding: 5px;
} }