mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2026-01-05 08:31:13 +00:00
Add setup wizard
Added a setup wizard that appears on first run, or when no config dir is found.
This commit is contained in:
6
setup.py
6
setup.py
@@ -27,12 +27,14 @@ setup(
|
||||
'data/invite-email.html',
|
||||
'data/invite-email.mjml',
|
||||
'data/invite-email.txt']),
|
||||
('data/static', ['data/static/admin.js']),
|
||||
('data/static', ['data/static/admin.js',
|
||||
'data/static/setup.js']),
|
||||
('data/templates', [
|
||||
'data/templates/404.html',
|
||||
'data/templates/invalidCode.html',
|
||||
'data/templates/admin.html',
|
||||
'data/templates/form.html'])],
|
||||
'data/templates/form.html',
|
||||
'data/templates/setup.html'])],
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
'pyOpenSSL',
|
||||
|
||||
Reference in New Issue
Block a user