Raz

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by Raz

  1. 2 minutes ago, ThaDaVos said:

    I love the layout of the Azure Base Theme but it seems I can't use it with this plugin, can I? When ever I change a theme it reverts to Black, and if I change the base theme to Azure, everything goes grayish and looks disgusting...

     

    Any tips?


    Azure has a different layout and it changes css classes! You can edit the custom css file to make it works :)

  2. 7 hours ago, Skitals said:

    What elements in particular are you having trouble styling? I might have a look into it.

     

    What are your thoughts on including all your themes with the plugin? Or would you rather distribute them yourself via a zip url? 

    The tables are a mess basically! 

     

    It's good man! Include them with the plugin :)

    • Like 1
  3. 24 minutes ago, lococola said:

    Very cool plugin! Been playing around with it. One question. When you hover a menu item there appears this little colored underline. How can you change the color of this underline? I tried to find out the object using Chrome Inspector, but I haven't been succesfull. Very strange!

     

    unraid-menu-underline.png.fa99a36ebc4ea24b85f65547afcaf33b.png

    #nav-block #nav-item:focus:after, #nav-block #nav-item:hover:after {

    background-color: #f15a2c;

    }

    Here you go :)

  4. 20 minutes ago, Skitals said:

     

    I uploaded themes.zip to github, and you can load the whole themepack by pasting this url and hitting import:

     

     

    
    https://github.com/Skitals/theme-engine-styles/raw/master/ThemePackbyRaz.zip

     

    Note that the current behavior is that if a theme file already exists it wont get overwritten when importing a zip. So if you wanted to update a theme from a zip, you would need to delete it from Saved Themes first. How do you think that should be handled? Checkbox option to overwrite if file exists?

    Thanks, i was lazy and just uploaded by zipping each cfg and css file together!

    The checkbox option could be the way to go, or simply overwrite the theme if exist by default? If it's a theme update, is for an improvement i suppose 😆
    Either way, people can always rename the theme and export it using the GUI before importing the new one, am i wrong?

    PS: i am still searching for a way to properly style everything. I think i am going to rewrite the whole views some point in the future 😂! Do you think it is possible to do given the way the frontend is built? I have to dig it but i am kinda full of work these days. 

    With something like tailwindcss restyling everything and importing new themes would be a breeze

  5. 2 hours ago, Skitals said:

    If you could, uninstall the plugin and reinstall fresh to make sure your theme (that is included) looks right.

     

    Of course when you uninstall it deletes everything in the /boot/config/plugins/theme.engine folder, so make sure any of your work is backed up.

    No worries! Everything works as intended anyway :)

    I've made some themes, i am going to list them here

    You can unzip the themes.zip file and place everything inside the themes folder or download and upload the single theme files;


    EDIT: the styling can't be perfect. Some UI elements (tables) have common classes so i couldn't style everything as i would've liked to!
     

     

    themes.zip ashes.zip brushthrees.zip dracula.zip grayscale.zip monokai.zip nova.zip rebecca.zip solarizedDark.zip

    • Like 1
  6. 3 minutes ago, Skitals said:

    My thought was instead of having the first 2 being separate files I would simply add "custom" color pickers to the advanced ui, that don't do anything but are available as variables in the custom styling section.

    Ok, but without a base css file every background will be the color of the base unraid theme

  7. 7 minutes ago, Skitals said:

    I like the idea, but there are still a lot of use cases that will require 2 files (custom styling beyond colors). Good news is I got importing a zip file from usb *or* url working. You will be able to throw up the zips in a github repository or somewhere and share the raw links.

    Ok, what about something like this:

    -one base css file provided by the plugin with some edits

    -one base css file with css variables for the colors

    -one custom empty css for user custom css

    ?

     

    Url upload is pretty neat, so people can share custom themes easily :)

  8. 6 hours ago, Skitals said:

    Would you mind if I included NordDark with the plugin?

    sure man! I am making some edits to the css file and i have some ideas to make the base theme easier to edit.

    Using css variables and a form to edit those variables in the custom.css file, we could edit the theme using only one css file.

    This is the refactored custom css file with the latest edits:
    EDIT: https://pastebin.com/YnZnRXrY updated css file

    I am going to point out that i am using the base16 design architecture. We could pull the themes color from this list https://github.com/chriskempson/base16 and give the users the possibility to select the preferred one.

    Another feature could be the option to edit the css variables in a form like you did for the base16 colors:

    :root {
      --base00: #2e3440;
      --base01: #3b4252;
      --base02: #434c5e;
      --base03: #4c566a;
      --base04: #d8dee9;
      --base05: #e5e9f0;
      --base06: #eceff4;
      --base07: #8fbcbb;
      --base08: #88c0d0;
      --base09: #81a1c1;
      --base0a: #5e81ac;
      --base0b: #bf616a;
      --base0c: #d08770;
      --base0d: #ebcb8b;
      --base0e: #a3be8c;
      --base0f: #b48ead;
    }


    Let me know if i can help you with anything 👌🏽

     

  9. 6 hours ago, Skitals said:

    Looks awesome, I will check it out when I get home. I think my plan is to add an "advanced mode" and allow you to save save custom css in your theme cfg. That way you can export and share a theme like this with one file.

    Thanks man! I love your plugin anyway. I am going to build A LOT of themes based on famous base16 color palettes and the feature you're planning to add is perfect.

    Right now the only problem is that i have to have multiple css files and edit the name if i want to activate a theme with the corresponding css file. With that feature it would be soooo simple to ad a tons of themes (i can help with that!)

  10. What i like:
    Back in the days, i used a standard debian install for my server and runned everything via bin. The problem was keeping everything clean.
    With unRaid i have the SO on an usb pen, the pool and share configuration is crazy simple and i have Docker integrated. Easy Peasy the best home server SO out in the wild!

    What i would like to have in 2020:
    Actually the unRaid is kinda perfect but i would like a redesign of the frontend with something like Vue/React and an unopinionated css framework like TailwindCSS. It would be cool to have the possibility to make custom themes/dashboards/ui !

    Oh, and Docker Compose integration with the system would be awesome :D 

  11. 6 minutes ago, Nyghthawk said:

    so if i just buy a domain name from <insert provider> I just create subdomains there and nameserver it to my static ip? or

    sonarr.mydomain.com points to 111.222.333.444:1234 ? or should i still use this to hide the ports?

    so then its sonarr.mydomain points to sonarr.mypublicip

    If you buy your domain, you have to change the dns records to point it to your public ip. So something like "sonarr.mydomain.com" points to "yourpublicip" and on nginx proxy manager you setup everything according to your configurations :)

  12. 15 minutes ago, Wuast94 said:

    same problem here. i get this error:

    
    400 Bad Request
    The plain HTTP request was sent to HTTPS port

     

    ok, we are in the same boat sir 😂

    Let's see if someone more experienced can work it out somehow.

    Anyway, this container is the most usefull i am running right now. I can't believe the simplicity of this tool :D

  13. Hello!

    Yuo helped me a lot with your videos and after all your tutorials i followed i pulled the trigger on an intel 4 1gb ports nic.

    The problem is that i realized too late my 2500k doesn't support vt-d, so i can't passthrough the PCI-e card to the VM. 

    Are there any ways i can install pfSense on a VM?

    The hardware configuration is like this:

    ISP Modem/Router -> Switch -> unRaid Machine at eth port on motherboard.

    I am not a pro in networking and i can't figure out how to configure the 4 ports nic.
     

  14. Hi guys!

    I really need some help, because i am new to reverse proxy/letsencrypt thing.

    Basically, i followed Spaceinvader One video about Nextcloud and letsencrypt:

     

     

    No problems for nextcloud, but i can't configure gitea.

    I created the file: user/appdata/letsencrypt/nginx/proxy-confs/gitea.subdomain.conf

    server {
    	listen 443 ssl;
        server_name gitea.*;
        include /config/nginx/ssl.conf;
        client_max_body_size 0;
        location / {
        	include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_gitea gitea;
            proxy_pass https://$upstream_gitea:3000;
        }
    }

    Then edited the gitea config file:

    [server]
    APP_DATA_PATH    = /data/gitea
    SSH_DOMAIN       = gitea.mypersonaldomain.com
    HTTP_PORT        = 8300
    ROOT_URL         = https://gitea.mypersonaldomain.com:8300
    DISABLE_SSH      = false
    SSH_PORT         = 8022
    LFS_CONTENT_PATH = /data/git/lfs
    DOMAIN           = gitea.mypersonaldomain.com
    LFS_START_SERVER = true
    LFS_JWT_SECRET   = ***********************************
    OFFLINE_MODE     = false

    The container uses port 8300 and 8022 for ssh.

    The best i get is a 502 error when visiting gitea.mypersonaldomain.com:8300.

    With these settings, the gitea web interface is unreachable even if i point to my localhost ip ( 192.168.1.200:8300 )

    Any tips ?