Made it better for my install script
This commit is contained in:
parent
650807265a
commit
427047b94a
4
paste.py
4
paste.py
@ -10,8 +10,8 @@ pasteDir = Path("pastes")
|
||||
nameLength = 10
|
||||
useSpecialChars = False
|
||||
allowListing = False
|
||||
hostedURL = "paste.benjamyn.love/"
|
||||
method = "https://" # https:// or http://
|
||||
hostedURL = "PREURL"
|
||||
method = "PREPROTO" # https:// or http://
|
||||
|
||||
letters = string.ascii_letters
|
||||
if useSpecialChars:
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<center>
|
||||
<h1>PasteBen</h1>
|
||||
<div class="container container-fluid">
|
||||
<form action="https://paste.benjamyn.love" method="post" class="card">
|
||||
<form action="PREPROTOPREURL" method="post" class="card">
|
||||
<textarea name="textarea" style="height:600px;"></textarea>
|
||||
|
||||
<input type=submit name="buttonwaspushed" class="btn btn-outline-secondary">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user