This website works better with JavaScript.
Home
Help
Sign In
varia
/
xppl
Watch
14
Star
0
Fork
0
Code
Issues
6
Pull Requests
Releases
Activity
Varia library working group XPPL.
https://gitea.xpub.nl/XPUB/XPPL
self-hosting
library
pirate
xpub
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44
Commits
3
Branches
0
Tags
17 MiB
Tree:
6c557585f4
add-change-log
ansible-setup-and-deploy
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6c557585f4'
${ noResults }
xppl
/
run.py
4 lines
88 B
Raw
Normal View
History
prototype 0.0.1
7 years ago
#! /usr/bin/env python
from
app
import
app
changed port to 8080 - keep it uniform with views.py
7 years ago
app
.
run
(
debug
=
True
,
host
=
"
0.0.0.0
"
,
port
=
8080
)