36ca64e Merge pull request #86 from t0xic0der/packaging-to-rpm-format

91 files Merged by t0xic0der 3 years ago, Committed by GitHub 3 years ago,
91 files changed. 108 lines added. 5 lines removed.
Dockerfile
file modified
+4 -3
docker-compose.yml
file modified
+0 -2
setup.py
file added
+63
src/svfrontend/__init__.py__init__.py
file renamed
+0 -0
src/svfrontend/main.pymain.py
file renamed
+0 -0
src/svfrontend/static/css3/adminlte.cssstatic/css3/adminlte.css
file renamed
+0 -0
src/svfrontend/static/css3/custfrmt.cssstatic/css3/custfrmt.css
file renamed
+0 -0
src/svfrontend/static/css3/fontsome.cssstatic/css3/fontsome.css
file renamed
+0 -0
src/svfrontend/static/font/brcn/bdit.ttfstatic/font/brcn/bdit.ttf
file renamed
+0 -0
src/svfrontend/static/font/brcn/bold.ttfstatic/font/brcn/bold.ttf
file renamed
+0 -0
src/svfrontend/static/font/brcn/ital.ttfstatic/font/brcn/ital.ttf
file renamed
+0 -0
src/svfrontend/static/font/brcn/rlar.ttfstatic/font/brcn/rlar.ttf
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-brands-400.eotstatic/font/fasm/fa-brands-400.eot
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-brands-400.svgstatic/font/fasm/fa-brands-400.svg
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-brands-400.ttfstatic/font/fasm/fa-brands-400.ttf
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-brands-400.woffstatic/font/fasm/fa-brands-400.woff
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-brands-400.woff2static/font/fasm/fa-brands-400.woff2
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-regular-400.eotstatic/font/fasm/fa-regular-400.eot
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-regular-400.svgstatic/font/fasm/fa-regular-400.svg
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-regular-400.ttfstatic/font/fasm/fa-regular-400.ttf
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-regular-400.woffstatic/font/fasm/fa-regular-400.woff
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-regular-400.woff2static/font/fasm/fa-regular-400.woff2
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-solid-900.eotstatic/font/fasm/fa-solid-900.eot
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-solid-900.svgstatic/font/fasm/fa-solid-900.svg
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-solid-900.ttfstatic/font/fasm/fa-solid-900.ttf
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-solid-900.woffstatic/font/fasm/fa-solid-900.woff
file renamed
+0 -0
src/svfrontend/static/font/fasm/fa-solid-900.woff2static/font/fasm/fa-solid-900.woff2
file renamed
+0 -0
src/svfrontend/static/font/mono/bdit.ttfstatic/font/mono/bdit.ttf
file renamed
+0 -0
src/svfrontend/static/font/mono/bold.ttfstatic/font/mono/bold.ttf
file renamed
+0 -0
src/svfrontend/static/font/mono/ital.ttfstatic/font/mono/ital.ttf
file renamed
+0 -0
src/svfrontend/static/font/mono/rlar.ttfstatic/font/mono/rlar.ttf
file renamed
+0 -0
src/svfrontend/static/font/plex/bdit.ttfstatic/font/plex/bdit.ttf
file renamed
+0 -0
src/svfrontend/static/font/plex/bold.ttfstatic/font/plex/bold.ttf
file renamed
+0 -0
src/svfrontend/static/font/plex/ital.ttfstatic/font/plex/ital.ttf
file renamed
+0 -0
src/svfrontend/static/font/plex/rlar.ttfstatic/font/plex/rlar.ttf
file renamed
+0 -0
src/svfrontend/static/imgs/datalogo.pngstatic/imgs/datalogo.png
file renamed
+0 -0
src/svfrontend/static/imgs/mainicon.svgstatic/imgs/mainicon.svg
file renamed
+0 -0
src/svfrontend/static/jscn/adminlte.jsstatic/jscn/adminlte.js
file renamed
+0 -0
src/svfrontend/static/jscn/ansiconv.jsstatic/jscn/ansiconv.js
file renamed
+0 -0
src/svfrontend/static/jscn/bootstrap.bundle.jsstatic/jscn/bootstrap.bundle.js
file renamed
+0 -0
src/svfrontend/static/jscn/contdata.jsstatic/jscn/contdata.js
file renamed
+0 -0
src/svfrontend/static/jscn/conthtop.jsstatic/jscn/conthtop.js
file renamed
+0 -0
src/svfrontend/static/jscn/contlist.jsstatic/jscn/contlist.js
file renamed
+0 -0
src/svfrontend/static/jscn/contlogs.jsstatic/jscn/contlogs.js
file renamed
+0 -0
src/svfrontend/static/jscn/contstat.jsstatic/jscn/contstat.js
file renamed
+0 -0
src/svfrontend/static/jscn/dashbard.jsstatic/jscn/dashbard.js
file renamed
+0 -0
src/svfrontend/static/jscn/dockstat.jsstatic/jscn/dockstat.js
file renamed
+0 -0
src/svfrontend/static/jscn/extermjs.jsstatic/jscn/extermjs.js
file renamed
+0 -0
src/svfrontend/static/jscn/globthem.jsstatic/jscn/globthem.js
file renamed
+0 -0
src/svfrontend/static/jscn/imejdata.jsstatic/jscn/imejdata.js
file renamed
+0 -0
src/svfrontend/static/jscn/imejlist.jsstatic/jscn/imejlist.js
file renamed
+0 -0
src/svfrontend/static/jscn/imejrevs.jsstatic/jscn/imejrevs.js
file renamed
+0 -0
src/svfrontend/static/jscn/jqryknob.jsstatic/jscn/jqryknob.js
file renamed
+0 -0
src/svfrontend/static/jscn/jquery.min.jsstatic/jscn/jquery.min.js
file renamed
+0 -0
src/svfrontend/static/jscn/logepage.jsstatic/jscn/logepage.js
file renamed
+0 -0
src/svfrontend/static/jscn/mtrcdata.jsstatic/jscn/mtrcdata.js
file renamed
+0 -0
src/svfrontend/static/jscn/mtrclist.jsstatic/jscn/mtrclist.js
file renamed
+0 -0
src/svfrontend/static/jscn/ntwkdata.jsstatic/jscn/ntwkdata.js
file renamed
+0 -0
src/svfrontend/static/jscn/ntwklist.jsstatic/jscn/ntwklist.js
file renamed
+0 -0
src/svfrontend/static/jscn/proclist.jsstatic/jscn/proclist.js
file renamed
+0 -0
src/svfrontend/static/jscn/smoothie.jsstatic/jscn/smoothie.js
file renamed
+0 -0
src/svfrontend/static/jscn/systdata.jsstatic/jscn/systdata.js
file renamed
+0 -0
src/svfrontend/static/jscn/termpage.jsstatic/jscn/termpage.js
file renamed
+0 -0
src/svfrontend/static/jscn/volmdata.jsstatic/jscn/volmdata.js
file renamed
+0 -0
src/svfrontend/static/jscn/volmlist.jsstatic/jscn/volmlist.js
file renamed
+0 -0
src/svfrontend/templates/conthtop.htmltemplates/conthtop.html
file renamed
+0 -0
src/svfrontend/templates/continfo.htmltemplates/continfo.html
file renamed
+0 -0
src/svfrontend/templates/contlist.htmltemplates/contlist.html
file renamed
+0 -0
src/svfrontend/templates/contlogs.htmltemplates/contlogs.html
file renamed
+0 -0
src/svfrontend/templates/contstat.htmltemplates/contstat.html
file renamed
+0 -0
src/svfrontend/templates/dashbard.htmltemplates/dashbard.html
file renamed
+0 -0
src/svfrontend/templates/dockstat.htmltemplates/dockstat.html
file renamed
+0 -0
src/svfrontend/templates/e403page.htmltemplates/e403page.html
file renamed
+0 -0
src/svfrontend/templates/e404page.htmltemplates/e404page.html
file renamed
+0 -0
src/svfrontend/templates/e500page.htmltemplates/e500page.html
file renamed
+0 -0
src/svfrontend/templates/frameset.htmltemplates/frameset.html
file renamed
+0 -0
src/svfrontend/templates/imejinfo.htmltemplates/imejinfo.html
file renamed
+0 -0
src/svfrontend/templates/imejlist.htmltemplates/imejlist.html
file renamed
+0 -0
src/svfrontend/templates/imejrevs.htmltemplates/imejrevs.html
file renamed
+0 -0
src/svfrontend/templates/logepage.htmltemplates/logepage.html
file renamed
+0 -0
src/svfrontend/templates/manifest.jsontemplates/manifest.json
file renamed
+0 -0
src/svfrontend/templates/mtrcdata.htmltemplates/mtrcdata.html
file renamed
+0 -0
src/svfrontend/templates/mtrclist.htmltemplates/mtrclist.html
file renamed
+0 -0
src/svfrontend/templates/ntwkinfo.htmltemplates/ntwkinfo.html
file renamed
+0 -0
src/svfrontend/templates/ntwklist.htmltemplates/ntwklist.html
file renamed
+0 -0
src/svfrontend/templates/proclist.htmltemplates/proclist.html
file renamed
+0 -0
src/svfrontend/templates/systdata.htmltemplates/systdata.html
file renamed
+0 -0
src/svfrontend/templates/termpage.htmltemplates/termpage.html
file renamed
+0 -0
src/svfrontend/templates/volminfo.htmltemplates/volminfo.html
file renamed
+0 -0
src/svfrontend/templates/volmlist.htmltemplates/volmlist.html
file renamed
+0 -0
svfrontend.spec
file added
+41
    Merge pull request #86 from t0xic0der/packaging-to-rpm-format
    
    Packaging to RPM format
        
file modified
+4 -3
file modified
+0 -2
file added
+63
file renamed
file was renamed with no change to the file
file renamed
file was renamed with no change to the file
src/svfrontend/static/css3/adminlte.css static/css3/adminlte.css
file renamed
file was renamed with no change to the file
src/svfrontend/static/css3/custfrmt.css static/css3/custfrmt.css
file renamed
file was renamed with no change to the file
src/svfrontend/static/css3/fontsome.css static/css3/fontsome.css
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/brcn/bdit.ttf static/font/brcn/bdit.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/brcn/bold.ttf static/font/brcn/bold.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/brcn/ital.ttf static/font/brcn/ital.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/brcn/rlar.ttf static/font/brcn/rlar.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-brands-400.eot static/font/fasm/fa-brands-400.eot
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-brands-400.svg static/font/fasm/fa-brands-400.svg
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-brands-400.ttf static/font/fasm/fa-brands-400.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-brands-400.woff static/font/fasm/fa-brands-400.woff
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-brands-400.woff2 static/font/fasm/fa-brands-400.woff2
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-regular-400.eot static/font/fasm/fa-regular-400.eot
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-regular-400.svg static/font/fasm/fa-regular-400.svg
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-regular-400.ttf static/font/fasm/fa-regular-400.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-regular-400.woff static/font/fasm/fa-regular-400.woff
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-regular-400.woff2 static/font/fasm/fa-regular-400.woff2
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-solid-900.eot static/font/fasm/fa-solid-900.eot
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-solid-900.svg static/font/fasm/fa-solid-900.svg
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-solid-900.ttf static/font/fasm/fa-solid-900.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-solid-900.woff static/font/fasm/fa-solid-900.woff
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/fasm/fa-solid-900.woff2 static/font/fasm/fa-solid-900.woff2
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/mono/bdit.ttf static/font/mono/bdit.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/mono/bold.ttf static/font/mono/bold.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/mono/ital.ttf static/font/mono/ital.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/mono/rlar.ttf static/font/mono/rlar.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/plex/bdit.ttf static/font/plex/bdit.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/plex/bold.ttf static/font/plex/bold.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/plex/ital.ttf static/font/plex/ital.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/font/plex/rlar.ttf static/font/plex/rlar.ttf
file renamed
file was renamed with no change to the file
src/svfrontend/static/imgs/datalogo.png static/imgs/datalogo.png
file renamed
file was renamed with no change to the file
src/svfrontend/static/imgs/mainicon.svg static/imgs/mainicon.svg
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/adminlte.js static/jscn/adminlte.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/ansiconv.js static/jscn/ansiconv.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/bootstrap.bundle.js static/jscn/bootstrap.bundle.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/contdata.js static/jscn/contdata.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/conthtop.js static/jscn/conthtop.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/contlist.js static/jscn/contlist.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/contlogs.js static/jscn/contlogs.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/contstat.js static/jscn/contstat.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/dashbard.js static/jscn/dashbard.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/dockstat.js static/jscn/dockstat.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/extermjs.js static/jscn/extermjs.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/globthem.js static/jscn/globthem.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/imejdata.js static/jscn/imejdata.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/imejlist.js static/jscn/imejlist.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/imejrevs.js static/jscn/imejrevs.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/jqryknob.js static/jscn/jqryknob.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/jquery.min.js static/jscn/jquery.min.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/logepage.js static/jscn/logepage.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/mtrcdata.js static/jscn/mtrcdata.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/mtrclist.js static/jscn/mtrclist.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/ntwkdata.js static/jscn/ntwkdata.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/ntwklist.js static/jscn/ntwklist.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/proclist.js static/jscn/proclist.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/smoothie.js static/jscn/smoothie.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/systdata.js static/jscn/systdata.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/termpage.js static/jscn/termpage.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/volmdata.js static/jscn/volmdata.js
file renamed
file was renamed with no change to the file
src/svfrontend/static/jscn/volmlist.js static/jscn/volmlist.js
file renamed
file was renamed with no change to the file
src/svfrontend/templates/conthtop.html templates/conthtop.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/continfo.html templates/continfo.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/contlist.html templates/contlist.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/contlogs.html templates/contlogs.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/contstat.html templates/contstat.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/dashbard.html templates/dashbard.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/dockstat.html templates/dockstat.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/e403page.html templates/e403page.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/e404page.html templates/e404page.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/e500page.html templates/e500page.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/frameset.html templates/frameset.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/imejinfo.html templates/imejinfo.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/imejlist.html templates/imejlist.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/imejrevs.html templates/imejrevs.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/logepage.html templates/logepage.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/manifest.json templates/manifest.json
file renamed
file was renamed with no change to the file
src/svfrontend/templates/mtrcdata.html templates/mtrcdata.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/mtrclist.html templates/mtrclist.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/ntwkinfo.html templates/ntwkinfo.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/ntwklist.html templates/ntwklist.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/proclist.html templates/proclist.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/systdata.html templates/systdata.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/termpage.html templates/termpage.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/volminfo.html templates/volminfo.html
file renamed
file was renamed with no change to the file
src/svfrontend/templates/volmlist.html templates/volmlist.html
file renamed
file was renamed with no change to the file
file added
+41