Jump to content

thering1975

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by thering1975

  1. On 7/15/2021 at 9:54 PM, Soulflyzz said:

    I tries to get this app working as well but failed every time.

    I'm running Unifi pro-4 Router running IDS and found the cause to my issues in my router Logs.

    It sees the traffic as a trojan here is one of the hundreds of blocks my router did.

     

    ET TROJAN Possible Compromised Host AnubisNetworks Sinkhole Cookie Value Snkz

    Date07/15/2021

    Time08:56:30 AM

    Severity

    High

    TypeA Network Trojan was Detected

    CategoryIPS_VALUES_CATEGORY_EMERGING-TROJAN

     

    I am not accusing SpaceinvaderOne of anything!

    I ran this app 3 different time and my Router is full of these the hole time it was running.

    Hope this helps anyone else that is having issues and see if anyone else sees the same?

    Spot on, thanks for that just checked my UDM and sure as hell 1000's of entries for this blocked as Trojan, which im sure is a false positive, but i was only gonna play around to see what its like but ill just pass on by now.

  2. Decided to comeback and switch to a light theme using a totally different base theme currently nearly done, some annoying things i cant override at the moment but will get on to them, Added some animations to bring the page alive a bit. All done via custom css no amendments to the base theme in settings

     

    Next up, re do all the icons for a more modern version (80's folder and exclamation mark icons still??, seriously)

     

    This Theme is called Drumstick v0.25 (uk based sweet mmmmmm) and matches the watercooling theme of my rig, so definetly a required taste.

     

    https://youtu.be/B0KywY3xVAw

     

     

  3. I can, however, the reason i posted the css, is because some icons were changed to match the theme, obviously the storage paths in the zip file will not match on your setup, so i removed them from the above.

     

    What i may do is change the paths to something more generic that the icons could be uploaded to and the paths stay the same.

     

    gimme a few

  4. Hi

     

    After i started using NFS Shares via automount on a Mac the syslog server became full pretty quick. So i fired up a VM with the sole purpose of being a Syslog Server only. 

     

    My settings have not changed which are as follows:

     

    Local Syslog Server Disabled

    Remote Syslog server - 192.168.1.202 Port 514

     

    For a week this has been running perfectly and the unraid log staying less than 1%. However for some reason today i noticed the UR Dashboard showing log at 10%, taking a look the syslog has started to balloon again.

     

    Question is, does the system just Mirror the data from the local syslog to the remote server, or is it meant to only log it on the remote server.?

     

    If it is a mirror option only and no way to stop logging locally, i guess i may as well ditch the VM and just run a script which truncates the log periodically?

     

    Any pointers would be great

     

    The vm has the relevant ports open and reachable from the UR Machine

  5. 38 minutes ago, EvilBoxy said:

    @thering1975 any chance you can share your css? Looks great.

    Sure, been some refinements and additional menu / icon animation, some stuff may not be relevant so you can remove

     

    Was done over black base theme

     

    #header .block {
        background-color: #272627 !important;
    }
    #header .text-left {
        color: #ffffff;
    }
    #header .text-right {
        color: #ffffff;
    }
    #header .text-right a {
        color: #ffffff;
    }
    #nav-block #nav-item.active:after {
        background-color: #ed145b;
        box-shadow: #ffffff -2px 4px 13px 2px;
    }
    .fa-warning:before, .fa-exclamation-triangle:before {
        color: #ffffff;
    }
    .fa-info-circle:before {
        color: #ffffff;
    }
    table.share_status thead tr:first-child td {
        font-size: 1.4rem;
        color: #f66d2f;
    }
    table.disk_status thead tr:first-child td {
        font-size: 1.4rem;
        color: #f66d2f;
    }
    .fa-arrow-circle-up:before {
        color: #ffffff;
    }
    table.share_status tr>td {
        text-transform: capitalize;
    }
    div.user-list {
        margin-right: 20px;
        box-shadow: #888888 0px -1px 7px 4px;
        margin-left: 20px;
        text-transform: capitalize;
        font-weight: 700;
    }
    a.info {
        color: #ffffff !important;
    }
    #title span.left {
        font-weight: 800;
    }
    dt {
        font-weight: 700;
        text-transform: capitalize;
    }
    table.tablesorter thead tr .tablesorter-header {
        font-weight: 700 !important;
    }
    .icon-u-logout:before {
        color: #ed145b;
        font-size: large;
    }
    table.tablesorter thead tr th {
        font-weight: 700;
        font-size: 1.3rem;
    }
    .fa-sort-alpha-asc:before {
        color: #ffffff;
    }
    #searchBox {
        color: #ed145b !important;
        font-size: medium;
    }
    .fa-unsorted:before, .fa-sort:before {
        color: #ffffff;
    }
    .awesomplete {
        color: #ed145b !important;
        font-weight: 700;
    }
    .awesomplete > ul {
        border-radius: 5px !important;
        margin: .2em 0 0;
        background: linear-gradient(to bottom right, #191818, #191818) !important;
        box-shadow: 0px 0px 16px 5px rgb(255, 255, 255) !important;
        padding: 10px !important;
    }
    .awesomplete mark {
        background: #f2f2f2 !important;
    }
    .caHighlight {
        color: #fa7d2f;
    }
    .fa-hdd-o:before {
        content: "\f019";
    }
    img.img {
        filter: grayscale(1);
    }
    .usage-disk.sys>span {
        background-color: #ed145b;
    }
    table.share_status.dashboard td div.section {
        color: #f56d2f;
        font-size: inherit;
    }
    table.share_status.dashboard tr>td.next {
        border-top: 1px solid #ed145b40;
    }
    .ca_holderDocker {
        box-shadow: #ffffff -1px -1px 5px 0px;
        margin-top: 20px !important;
    }
    .ca_holderDocker::before {
        color: #ed145b59 !important;
    }
    .ca_holderPlugin::before {
        color: #ed145b6e !important;
    }
    .ca_fa-install::before {
        color: #00f563;
    }
    .menuHeader {
        color: #ff8c2f;
    }
    .selectedMenu {
        color: #ed145b !important;
    }
    .ca_templatesDisplay {
        padding-left: 20px;
    }
    #title {
        margin: 20px 10px 32px 10px !important;
        padding: 8px 10px !important;
        background: linear-gradient(to right, #e5322ac7, #fa7b2fd1) !important;
        border-radius: 5px;
    }
    .fa-list:before {
        color: #ffffff;
    }
    .fa-dashboard:before, .fa-tachometer:before {
        color: #ffffff;
    }
    img.list {
        filter: grayscale(1);
    }
    .fa-search:before {
        color: #ffffff;
    }
    .switch-button-label.on {
        color: #ffffff !important;
    }
    table {
        margin: 0px 0 0 0 !important;
    }
    #searchBox {
        background-color: #272627;
        border-radius: 5px;
    }
    .ca_holderPlugin {
        box-shadow: #ffffff -1px -1px 5px 0px;
        margin-top: 20px !important;
    }
    .ca_icon {
        filter: grayscale(1);
    }
    .fa-power-off:before {
        color: #ed145b;
    }
    table.disk_status {
        max-width: 97%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    table.share_status {
        max-width: 97%;
        margin-left: auto !important;
        margin-right:auto !important;
    }
    table.tablesorter thead tr .tablesorter-header {
        color: #ff8c2f;
    }
    table.tablesorter thead tr .tablesorter-header {
        color: #f2f2f2;
        background-color: #e7392b;
    }
    div.tab [type=radio]:checked+label {
        background-color: #e7392b;
        box-shadow: #888888 0px 4px 6px -2px;
    }
    UL.jqueryFileTree {
        font-size: 1.8rem !important;
        line-height: 2.1rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 60%;
    }
    
    ::placeholder { /* Firefox, Chrome, Opera */ 
        color: #ed145b !important; 
    } 
    div.notice {
        text-align: center;
        height: 80px;
        line-height: 80px;
        border-top: none !important;
        border-bottom: none !important;
        font-size: 1.8rem;
        color: #000000 !important;
        box-shadow: #000000 -1px 2px 20px 2px;
        border-radius: 100px;
        font-weight: 900;
        margin-top: 20px;
        background: linear-gradient(to right, #e5322a, #fa7b2f) !important;
    }
    
    div.jGrowl div.jGrowl-notify.alert {
        color: #ffffff !important;
        border: none !important;
        box-shadow: 0px 0px 16px 8px #ffffff !important;
        background: linear-gradient(90deg,#e22828 0,#ff8c2f) 0 0 no-repeat,linear-gradient(90deg,#e22828 0,#ff8c2f) 0 100% no-repeat,linear-gradient(0deg,#e22828 0,#e22828) 0 100% no-repeat,linear-gradient(0deg,#ff8c2f 0,#ff8c2f) 100% 100% no-repeat !important;
    }
    div.jGrowl div.jGrowl-notify.warning {
        color: #ffffff !important;
        border: none !important;
        box-shadow: 0px 0px 16px 8px #ffffff !important;
        background: linear-gradient(90deg,#e22828 0,#ff8c2f) 0 0 no-repeat,linear-gradient(90deg,#e22828 0,#ff8c2f) 0 100% no-repeat,linear-gradient(0deg,#e22828 0,#e22828) 0 100% no-repeat,linear-gradient(0deg,#ff8c2f 0,#ff8c2f) 100% 100% no-repeat !important;
    }
    div.jGrowl div.jGrowl-notify.normal {
            color: #ffffff !important;
        border: none !important;
        box-shadow: 0px 0px 16px 8px #ffffff !important;
        background: linear-gradient(90deg,#0f940c 0,#7bf75b) 0 0 no-repeat,linear-gradient(90deg,#0f940c 0,#7bf75b) 0 100% no-repeat,linear-gradient(0deg,#0f940c 0,#7bf75b) 0 100% no-repeat,linear-gradient(0deg,#0f940c 0,#7bf75b) 100% 100% no-repeat !important;
    }
    div.jGrowl div.jGrowl-closer {
        width: 400px;
        color: #ed145b !important;
        background-color: #121510;
        opacity: 0.96;
        border: 2px solid #f2f2f2 !important;
        margin: 5px 0;
        padding: 1px 0;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
        border-radius: 5px !important;
        text-transform: uppercase;
        font-size: larger;
    }
    .fileTree {
        width: 50% !important;
    }
    .ca_display_beta {
        color: #ed145b !important;
    }
    .upgrade_notice {
        color: #ed145b !important;
        background: #000000d9 !important;
        border-bottom: none !important;
        font-weight: 700;
        box-shadow: #ffffff -1px 2px 12px 2px;
    }
    table.tablesorter.shift {
        width: 97%;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 30px !important;
    }
    div.tab [type=radio]:checked+label {
        margin-left: 20px;
    }
    .menuItems {
        margin-left: 35px;
    }
    .ca_templatesDisplay {
        margin-right: 25px;
    }
    .input #btnADDVM {
        margin-left: 30px;
        margin-top: 30px;
    }
    [id="btnAddVM"] {
        margin-left:30px !important;
    }
    [id="compute-shares"] {
        margin-left:30px !important;
    }
    [id="compute-disks"] {
        margin-left:30px !important;
    }
    .fa-thermometer-0:before, .fa-thermometer-empty:before {
        content: "\f2c9";
        color: #ed145b;
    }
    #footer {
        color: #f97308 !important;
    }
    
    a:hover {
        transform: translate3d(1px, 2px, 2px);
    }
    #sb-title, #sb-title-inner {
        background: #1b1b1b !important;
        color: #e5322ac7 !important;
        box-shadow: #ffffff 0px 0px 14px 5px !important;
        text-transform: uppercase;
    }
    #sb-overlay {
        opacity: 0.7 !important;
    }
    div.user-list:hover {
        transform: scale(1.1) !important;
    }
    div.Panel:hover {
         transform: scale(1.1) !important;
    }
    .fa-th:before {
        content: "\f0e7";
    }

    With link and blue text colour set to #ed145b in main settings, and menu text set to #ffffff

    • Like 1
  6. 2 minutes ago, ich777 said:

    I also tested it and no problem here... Can it be something with your network configurations or your permissions, have you changed anything lately?

    On what Unraid version are you?

    I am on current stable 6.8.3, only thing i have doen in last 2 days was setup a Nextcloud VM and removed the nextcloud docker / mariadb docker. 

     

    After noticing the issue the first time, i did also do a appdata restore via plugin but the issues was still present.

     

    However doing the delete and removal of the appdata folder and reinstalling, seems to be working fine now

     

    Thank you for your prompt responses though

  7. 13 minutes ago, ich777 said:

    Can you please provide a screenshot from your template page?

    Hi

     

    Just for info, i deleted the old docker and folder, reinstalled a new copy and it does the same.

     

    For info ignore the 100 author id, chrome populates that on page open from saved info, its deleted before saving

    screencapture-nas-transserver-co-uk-9816-Docker-UpdateContainer-2020-10-05-11_47_14.png

    Screenshot 2020-10-05 at 11.50.10.png

  8. Okay, turning off VM in UR and then rebooting the router seemed to have got rid of them this time. Turning back on and they do not reappear

     

    Spoke to soon, it reappears, cannot be pinged obviously but in the UDM its showing as packets being sent and received even though all VM function is now turned off in settings

  9. SO i was playing with setting up a PacketFence VM for my Unifi UDM router and noticed something which i cannot pin down the cause.

     

    I started by creating a debian vm, which obtained an IP address via br0 as expected. However i messed up the VM so deleted it and all disks, and started over.

     

    However in the UDM portal, when i created the 2nd VM, that obtained a different IP address, yet the VM i deleted was showing also as having an active IP.

     

    I clicked "forget" in UDM on the now defunct VM, yet within seconds it appeared as an active client again with the same IP.

     

    So i went extreme, disabled VM in UR settings, deleted libvert file, recreated it and set up a new debian VM. This gets an ip address fine, but the 2 previous VM's which no longer exist also are obtaining their original IPS and are showing as active.

     

    I know this originate from Unraid as they are active on port 4 of the udm switch which is directly wired to the Unraid machine, i just dont get how VM's that are deleted can still be showing as active?

     

    Have rebooted everything many times.

     

    I cant just block the deleted vm Ip in UDM as i can then no longer reuse that IP.

     

    Any pointers would be appreciated as not sure if it's a weird unraid issue or a udm issue

  10. On 9/9/2020 at 8:53 AM, poeterdebier said:

     

    Side question: nobody here has any trouble with your password manager accessible from the internet? I mean (correct me if I am wrong) everybody who has the address can (try) to access you vault right? Sure there is the log in but somehow it feels less secure than an instance like openVPN or Wireguard. What are you're thoughts?

     

    gr Piet

    I have a few dockers open to the net, but i set a firewall rule on my router to only accept specific port requests from one IP which is my VPN IP. That way only i can access it, as the VPN is run by myself.

  11. Just for info, you were right that option was no longer needed and it is the wiki out of date.

    Just mimicked the principal of the LE config for Emby to Jellyfin, only thing that needed changing was the public https port to 443  in the dashboard and boom, reverse proxy working fine and JF running under ssl on the subdomain.

  12. 5 minutes ago, saarg said:

    You don't see the network settings if you go to the server settings?

    I see network settings what i do not see is what is quoted in the JF Wiki the dropdown for setting the ssl to be handled by reverse proxy

     

    From the wiki

     

    Quote

    and make sure HTTP Port number is 8096, while HTTPS port number is 8920. Then, click the "Secure Connection Mode" dropdown, and select "Handled by reverse proxy

     

  13. Hi

     

    Not sure if i am being a complete tool, but trying to setup the SSL and get to the bit where it states " Goto Dashboard - Network and set Secure settings mode dropdown to -handled by proxy"

     

    Thing is, for the life of me i cannot see that option anywhere in the settings panel via webui.

  14. Only just testing Unraid this week having always used Synology devices. And have to say loving it so far so.

     

    However this plugin is absolutely brilliant, i love me some CSS and along with nextcloud this will keep my mind going on what can be tweaked for days to come lol.

     

    I do like the dark and unraid orange combo, but love to glitz it up for the hell of it, i mean servers shouldnt be drab and boring right lol.

     

    Only just started tweaking and a lot are subtle tweaks that you would be hard pressed to find but makes the text more readable, other things are in your face. Added another key colour so now my unraid UI matches my Hackintosh water cooling setup lol.

     

    Anyway if you do not like Gaudy schemes look away now.

     

     

     

     

     

     

    Screenshot 2020-08-14 at 11.19.41.png

    Screenshot 2020-08-14 at 11.19.58.png

     

     

     

    Screenshot 2020-08-14 at 12.24.18.png

    Screenshot 2020-08-14 at 22.38.13.png

    Screenshot 2020-08-14 at 22.40.10.png

    Screenshot 2020-08-14 at 22.43.56.png

    Screenshot 2020-08-14 at 22.45.09.png

×
×
  • Create New...