Everything posted by hernandito
-
Sugarcane and lime
From the album: Community Created Banners
- subtle
-
white subtle
From the album: Community Created Banners
-
[Support] Djoss - Nginx Proxy Manager
I am.... I was missing something basic. Thanks you!
-
[Support] Djoss - Nginx Proxy Manager
Brilliant.... so easy....! My first example worked. Thank you!
-
[Support] Djoss - Nginx Proxy Manager
Thank you Saldash. I have been running my web server for years.... from a docker I cobbled together from LS... using Apache and LetsEncrypt. I was able to get all the reverse proxies figured out (thanks to my friend Neil). I was never able to get PHP, LE and Nginx working in their LE docker. With my Docker, I can get to reverse proxy like this: https://MyDomain.com/sonarr https://MyDomain.com/radarr https://MyDomain.com/www (a folder with my php files for web serving) etc. With this Docker, I can only reverse proxy https://radarr.MyDomain.com... I can set LE certificates for each of the prefixes. But I cannot secure the pages using the .htpassword method. If anyone can provide some examples how to do this with this Docker, it would be greatly appreciated. And I can certainly have it point to my Apache docker for php. Thanks again, H.
-
[Support] Djoss - Nginx Proxy Manager
Quick question please.... if I host a personal web site, that I access from outside.... where do I place all my www files and folders, the html files. Thank you. H.
-
[Support] Djoss - Nginx Proxy Manager
Can’t wait to see if this works... but at the moment, when trying to generate the LE certificate, I get http://192.168.0.201:7818 internal error. any ideas? thanks, h.
-
Request: Homebridge
Bummer nothing works. changed Json file to port 3354, and tried both bridge and host mode and no luck. Thanks.
-
Request: Homebridge
Trying to get this to work. I followed the instructions. in console i get the I’d code. But i cannot get to the UI set to 3354. Any advice? thanks h.
-
[Support] binhex - SickChill
Anything special about Sickchill over Medusa? thanks.
-
[Support] binhex - Krusader
I’m embarrassed. I was using the deprecated Krusader which was not in vnc. I now click the vnc slider and I get a keyboard. this is great guys. @binhex thank you for this! h.
-
[Support] binhex - Krusader
Weird Question: i use my iPad a lot. When I fire up Krusader in my Firefox app, is there any way to get the keyboard to pop up so I can enter text in fields? Thanks h.
-
[Support] Djoss - QDirStat
Hi, im trying to get this to work. In the UI i get the top menu items and nothing is displayed. There is a red circle with an X that says server disconnected code 1006. I left all docker settings to the default. Any ideas? I really want to get it to works. thank you H. EDIT: Nevermind... its working. Either it needed time to load, or I was using it in my iPad and it does not support the interface. Thank you very much for this! H.
-
** VIDEO GUIDE ** How to Setup and Configure a Reverse Proxy on unRAID with LetsEncrypt & NGINX
Quick question. The command that creates the new network, will this survive a reboot? Or does it need to added to go file?
-
[Support] spikhalskiy - ZeroTier
Thank you guys. A bit over my head, but I guess all is safe.
-
[Support] spikhalskiy - ZeroTier
Thank you for this. i have a question. Being that account info is hosted by them; how secure is this? Will some admin at ZT be able to login my network? h.
-
Docker requests
Thank you Ken-ji. Now I understand the concept of the file being a complete system and that they don't want you to mess with it. What I cannot figure is how to create a template, and where does the template point to for this tar file. I will leave this to savvier others to create the unRAID template. Thanks again, H.
-
Docker requests
I am completely lost on how to end up with a Docker file like the ones created in github and build on the docker-hub web site.
-
Docker requests
My Media Alexa (got it working in a Ubuntu Server VM) I was able to install and run it in an existing Ubuntu Server VM by: Putty into the command line of your VM and create a folder "/mnt/music" wget https://s3.amazonaws.com/bizmodeller/MyMediaForAlexa/Release+1.3.74.0/mymedia_1.3.74.0-1_amd64.deb sudo dpkg -i mymedia_1.3.74.0-1_amd64.deb Edit fstab file by: sudo nano /etc/fstab Insert the line: //192.168.0.201/Media/Music /mnt/music cifs rw,guest,uid=root,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm 0 0 Change the first part to your unRAID's IP address and the share where your music resides. I don't have any security on the unRAID. If you have security, you will need to change the other parts of my line above. Save the file and then mount the share by: sudo mount -a Now you can access the web interface via: http://xxx.xxx.xxx.xxx:52051, where x's are your VM's ip address. Then follow the directions and add your media folder /mnt/music. I have tested it and it works perfectly for me. I am a bit rusty in my Docker skills. For me, the tricky part is to make a docker that will get any software updates and survive re-installs. The folder that contains the user configured files is: /opt/mymedia/.MyMediaForAlexa/ I will attempt to bone up my Docker skills over the next week or so... but if you are a good Docker template guy, please go for it. The above will help.
-
I purchased a Pro version can I run on two machines?
Bought mine like 8 years ago. This server has been used everyday since.
-
Docker requests
I could take a stab at this if you are able to find me the Linux install directions (not the raspberry pi directions). thanks
-
[Plugin] CA Appdata Backup / Restore v2
Hi Guys, I cannot seem to get this to properly back up. Please see below my config page. I have tried setting the source both as /mnt/cache/appdata and /mnt/user/appdata. When I start a manual backup, it shuts down all my dockers properly. It then properly backs up my thumb drive. Then after, it simply re-starts all the dockers. It never backs up appdata. The folder is created in my destination, and even creates one with current date and time. But it is an empty folder. Please help. I would love to get this running. Thanks, H.
-
My New Dockers - Apache-PHP and Enhanced Calibre Server
Hi. I have not kept up with these Dockers. I strongly recommend going w nginx let's encrypt from linuxserver. sorry about this.
-
My New Dockers - Apache-PHP and Enhanced Calibre Server
Apache supports php. My advice is to go with linuxserver.io's nginx-letsencryot docher, which should also support php. for my sql, use their mariadb docker. Never used dreaweaver, but when it asks for php, point it to you nginx ip address and port. Same for mariadb. good luck. You have a lot to learn.