mb
da5d22c6df
'README.md' updaten
11 months ago
mb
d269241505
'README.md' updaten
11 months ago
mb
985e0be1ce
'README.md' updaten
11 months ago
mb
279ce017d3
'requirements.txt' updaten
11 months ago
mb
614d7559c4
'README.md' updaten
11 months ago
mb
6cfeab75c4
'README.md' updaten
11 months ago
mb
d9ffdc1645
Turning the browser warning section into a more general "which browser to use" section
11 months ago
decentral1se
9a96c2a01d
Merge pull request 'docs: focus on local install, ".env" before "make setup"' ( #31 ) from readme-revamp into master
Reviewed-on: varia/octomode#31
12 months ago
decentral1se
7d02db49b0
docs: focus on local install, ".env" before "make setup"
12 months ago
decentral1se
63784f695b
Merge pull request 'chore: upgrade deps' ( #30 ) from deps-upgrade into master
Reviewed-on: varia/octomode#30
12 months ago
decentral1se
95c428d515
chore: upgrade deps
12 months ago
decentral1se
bb23a5c3a9
chore: squash extra whitespace
12 months ago
mb
313662eb6d
'README.md' updaten
1 year ago
mb
8bfad89fd3
'README.md' updaten
1 year ago
mb
e821212043
'README.md' updaten
1 year ago
decentral1se
a4b77fe67b
fix: ignore env files (secrets)
2 years ago
mb
2c08a83739
'README.md' updaten
2 years ago
mb
61632b85bf
'README.md' updaten
2 years ago
mb
e3fb3026e7
'README.md' updaten
2 years ago
mb
14814da71c
'README.md' updaten
2 years ago
mb
765626afbc
adding a license
2 years ago
mb
f3c3fd4a66
writing octomode in all lowercase after amy's question about it
2 years ago
mb
21b2522a65
adding application root back in loop again, as the HTML and PDF views break when using an URL prefix.....
2 years ago
mb
db7bb5bfce
adding support for gunicorn, to allow url's with prefixes
2 years ago
mb
34930a5808
fixing the CSS link in the HTML preview (thanks Martino)
2 years ago
mb
ecd7860676
make octomode.vvvvvvaria.org/name/ work with a trailing slash
2 years ago
mb
6ba8e1cc47
small interface tweak, to keep octomode on screens smaller than 1290px
2 years ago
mb
0a7526411f
editing the default texts, styling and structure of the rendered PDF
2 years ago
mb
4df5594d20
shortening the expanded intro a bit
2 years ago
mb
6baa9848bc
adding a snippet from the Fiber presentation to the README
2 years ago
mb
39bdedede7
add trailing slashes to routes
2 years ago
mb
7b7376b254
updates to the default texts, including a short intro of octomode and the default varia pad text
2 years ago
mb
c5f8aa8beb
switching to development mode
2 years ago
mb
d07270ec9d
adding dotenv to requirements, switching to using .env file for the settings
2 years ago
mb
8068ed312b
do not track the env file
2 years ago
mb
14eaa2ed67
Merge branch 'master' of ssh://vvvvvvaria.org:12345/varia/octomode
2 years ago
mb
117b1e1691
prob a very hacky way to do it but it seems to work
2 years ago
mb
40646687a7
typo in line that checks if the octomode API key env variable is set
2 years ago
mb
67fe8b0828
adding the option to store environment variables in a text file :)
2 years ago
mb
03c315399b
'README.md' updaten
2 years ago
mb
69bdef9825
copying the octomode install guide from Rosa
2 years ago
mb
4679aad488
'README.md' updaten
2 years ago
mb
d67280cf30
restructuring the README from "install octomode locally" to "install octomode"
2 years ago
mb
3a512b1cf2
adding the config.py option to save environment variables
2 years ago
decentral1se
faa4c25ccc
fix: use PAD_URL in template files
2 years ago
decentral1se
9d00038812
chore: strip tabs, auto-formatter
2 years ago
decentral1se
42e408859b
refactor!: unify slash handling
It is hard to remember to add `/` at the end of the URL when configuring
a new etherpad URL. Also, web server proxies tend to do weird stuff when
you assume that you have a slash on the end of each URL.
So, I took a look at how to avoid doing that. It turns out that both
urljoin / os.path.join are kinda bad for handling URL building. Also,
APPLICATION_ROOT didn't seem that necessary since Flask knows what to do
with a `/` at the start of a URL, so I dropped it.
I think this doesn't break anything!
2 years ago
decentral1se
8b4d0905e2
chore: auto-formatter removes tabs/whitespace
2 years ago
decentral1se
d9800c5223
refactor: override config from env
Closes varia/octomode#8
2 years ago
decentral1se
9e1cc8c10f
chore: strip/clean with auto-formatter
2 years ago