forked from crony/UpFast
Compare commits
No commits in common. "HEAD" and "main" have entirely different histories.
@ -29,6 +29,9 @@ 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
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ video {
|
|||||||
a {
|
a {
|
||||||
color: #f2d5cf;
|
color: #f2d5cf;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-style: bold;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ h1 {
|
|||||||
a {
|
a {
|
||||||
color: #f2d5cf;
|
color: #f2d5cf;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-style: bold;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user