Skip to main content

development

dev tree
├── Dockerfile
├── README.md
├── REMOVE_RESULT
├── RESULT
├── assets
│   ├── animate.css
│   ├── bootstrap-grid.min.css
│   ├── bootstrap-reboot.min.css
│   ├── bootstrap.bundle.min.js
│   ├── bootstrap.min.css
│   ├── css.css
│   ├── error-background.png
│   ├── ezgif-2cb022df995c2e.png
│   ├── google-analytics_analytics.js
│   ├── index.js
│   ├── jarallax.css
│   ├── jarallax.js
│   ├── mbr-additional.css
│   ├── mobirise2.css
│   ├── navbar-dropdown.js
│   ├── notflix-logo-telegram-128x72.png
│   ├── script.js
│   ├── smooth-scroll.js
│   ├── squid-background.png
│   ├── style.css
│   ├── style_002.css
│   ├── style_003.css
│   └── styles.css
├── build.sh
├── config
│   ├── adduser.log
│   ├── apps.ini
│   ├── config.txt
│   ├── config.txt.example
│   ├── images
│   │   ├── logo.png
│   │   ├── poster.gif
│   │   └── poster.png
│   └── signup.ini
├── create_files
│   ├── animate.css
│   ├── bootstrap-grid.min.css
│   ├── bootstrap-reboot.min.css
│   ├── bootstrap.bundle.min.js
│   ├── bootstrap.min.css
│   ├── css.css
│   ├── error-background.png
│   ├── ezgif-2cb022df995c2e.png
│   ├── google-analytics_analytics.js
│   ├── index.js
│   ├── jarallax.css
│   ├── jarallax.js
│   ├── mbr-additional.css
│   ├── mobirise2.css
│   ├── navbar-dropdown.js
│   ├── notflix-logo-telegram-128x72.png
│   ├── script.js
│   ├── smooth-scroll.js
│   ├── squid-background.png
│   ├── style.css
│   ├── style_002.css
│   ├── style_003.css
│   └── styles.css
├── docker-compose.yml
├── lib
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-310.pyc
│   │   ├── __init__.cpython-312.pyc
│   │   ├── autoshutdown.cpython-312.pyc
│   │   ├── cookies.cpython-310.pyc
│   │   ├── cookies.cpython-312.pyc
│   │   ├── filebrowser.cpython-310.pyc
│   │   ├── filebrowser.cpython-312.pyc
│   │   ├── jfaadmin.cpython-310.pyc
│   │   ├── jfaadmin.cpython-312.pyc
│   │   ├── ldap_account.cpython-312.pyc
│   │   ├── ldap_authenticate.cpython-312.pyc
│   │   ├── ldap_register.cpython-312.pyc
│   │   ├── ntfy.cpython-310.pyc
│   │   ├── ntfy.cpython-312.pyc
│   │   ├── reddit_adduser.cpython-312.pyc
│   │   ├── reddit_api.cpython-310.pyc
│   │   ├── reddit_api.cpython-312.pyc
│   │   ├── reddit_subreddit.cpython-312.pyc
│   │   ├── register.cpython-312.pyc
│   │   ├── sonarr_schedule.cpython-312.pyc
│   │   ├── static.cpython-312.pyc
│   │   ├── subreddit.cpython-310.pyc
│   │   └── subreddit.cpython-312.pyc
│   ├── autoshutdown.py
│   ├── cookies.py
│   ├── filebrowser.py
│   ├── jellyfin.py
│   ├── jfaadmin.py
│   ├── ldap_authenticate.py
│   ├── ldap_register.py
│   ├── logout.py
│   ├── nginx_proxy_manager.py
│   ├── ntfy.py
│   ├── reddit_api.py
│   ├── reddit_subreddit.py
│   ├── sonarr_schedule.py
│   ├── static.py
│   └── subreddit.py
├── logs
│   ├── proxymanager -> /home/apps/core/proxymanager/config/data/logs
│   └── proxymanager-admin -> /home/apps/core/proxymanager-admin/config/data/logs
├── middle.py
├── notflix_adduser_service.py
├── npm.ini
├── npm.py
├── npm.sh
├── on-boarding_files
│   ├── amazon-fire-tv-stick-2044516823-1000x600.jpg
│   ├── animate.css
│   ├── bjllgl5iba8y-3307632018-400x62.png
│   ├── bjllgl5iba8y-3307632019-400x62.png
│   ├── bootstrap-grid.min.css
│   ├── bootstrap-reboot.min.css
│   ├── bootstrap.bundle.min.js
│   ├── bootstrap.min.css
│   ├── css.css
│   ├── ezgif-2cb022df995c2e.gif
│   ├── google-analytics_analytics.js
│   ├── index.js
│   ├── jarallax.css
│   ├── jarallax.js
│   ├── mbr-additional.css
│   ├── mbr-switch-arrow.js
│   ├── menu.gif
│   ├── mobirise-icons-bold.css
│   ├── mobirise-mobiles-4-482x757.png
│   ├── mobirise2.css
│   ├── navbar-dropdown.js
│   ├── netflix-background.jpg
│   ├── notflix-jellyfin-1256x573.png
│   ├── notflix-logo-telegram-128x72.png
│   ├── script.js
│   ├── smooth-scroll.js
│   ├── style.css
│   ├── style_002.css
│   ├── style_003.css
│   └── styles.css
├── refactor1.py
├── refactor2.py
├── refactor3.py
├── requirements.txt
├── templates
│   ├── 404.html
│   ├── add_user.html
│   ├── add_user_webhook.html
│   ├── authenticate.html
│   ├── autoshutdown.html
│   ├── check.html
│   ├── coming_soon.html
│   ├── create.html
│   ├── error.html
│   ├── error2.html
│   ├── error3.html
│   ├── ldap_login.html
│   ├── ldap_logout.html
│   ├── ldap_success.html
│   ├── main_menu.html
│   ├── message.html
│   ├── redirect.html
│   ├── register.html
│   ├── squid.html
│   ├── success.html
│   ├── tvshows.html
│   └── webhook_form.html
└── test.py

 

/etc/pknw1/dev/reddit-automation/notflix_useradd_multiapps
root files

 

lib files