Everything posted by phyzical
-
[Support] binhex - Jenkins
hey thanks for the reply! unfortunately github is only 1 step for me, i then need to checkout a bitbucket repo for my common infrastructure (which access tokens may also work) and then i will need to be able to deploy to my host box so i will still need ssh keys to work guessing your normal usecase is just for testing and not deployment? i will keep tinkering and see if i can get it to work. worse case i suppose i can fall back to the vm solution for a build agent, just trying to avoid it if i can at this time. i will post back when i get to a solution incase it helps someone in the future. Thanks again!
-
[Support] binhex - Jenkins
Hey there! Love the apps. This is my first time setting up a jenkins server and this is more of a general jenkins question so feel free to say sorry cant help but after a couple of days of googling and trying various things im just at a loss so i thought i would try here also, Im trying to add an ssh key via the credentials plugin, to checkout my private github repos for testing and ci deployments but no matter what i try it seems to think my private key is invalid. You wouldnt happen to know where the hell i enter the public key for a private key? as the plugin wants a username not the public key (i also tried my username for github juust incase). Ive seen many mentions of using an ssh agent but that just seem a weird way to go about it. Thanks in advance! edit: infact re-reading the responses in this thread am i actually supposed to have say a ubuntu vm running and use that as an agent rather than relying on the docker image as the agent?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
so what i mean is i want to have a seperate pool per nginx server directive. so one pool for be website-a and another for website-b. im just trying to acheive separation of envs through php-fpm. so i add a new pool for [website-a] how does it line up with website-a server directive sorry if my not being clear enough thanks!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
i figured it was that simple but the part that i dont know is how does each block line up with a particular app. but.. now that i think about it, what i remember from when i used guis ispconfig ect. The blocks line up with a user not a nginx server directive. or am i wrong on that? thanks!
-
[Support] Data-Monkey - netdata
hey there all, @roland love the plugin just works and docs are very detailed. One thing im stuck on if anyone can help im trying to integrate nginx for example and need to edit the python.d/nginx.conf https://docs.netdata.cloud/collectors/python.d.plugin/nginx/ if i add a python.d/nginx.conf to the overrides folder it doesnt seem to take effect? does anyone know if i have to edit this file directly on the docker image? thanks!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
hey sorry, yeah i saw there was a www block but im trying to add additional apps
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hey again! is there any references you can provide in regards to php-fpm setup. Or is this out of the scope of the docker configs and just requires manually connecting to the box and adding the appropriate confs fpm side? Thanks!
-
[Support] Linuxserver.io - OpenVPN AS
oh true that does work also thanks again!
-
[Support] Linuxserver.io - OpenVPN AS
hmm maybe im missing something. i tried creating another user that didnt have admin access and i just got a forbidden to /admin. is there another endpoint that serves the file? or what section in the ui do i see the created configs/ choose to create them? thanks edit: AH derp there is another port >.> thanks
-
[Support] Linuxserver.io - OpenVPN AS
hey there, as always love the linuxserver.io docker images they just work one quick question, how do i generate the client ovpn files do i just connect to the docker image and use sacli? https://openvpn.net/vpn-server-resources/create-connection-profiles-and-connect-client-installers/ or am i blind and there is an option hidden away in the web gui somewhere? my googlefu has failed me. i see you can revoke so i thought id ask if creation is in here too. Thanks in advance!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
@saarg @aptalca thanks for the responses love your work see you around!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
okay looks like it only generates the one cert but seems to work find for both domains when providing the EXTRA_DOMAINS var. thanks for all that. only final quick question this docker image doesn't support dyndns updates does it? i currently just use ddclient docker image. from what i have read so do most people, just felt that was the one thing missing from this combo docker image. (unless im blind :D) works great besides that look forward to using the reverse proxy functionality when i move my main server across to unraid later in the month thanks!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
thanks for the speedy reply i will give it a crack, just to confirm does this create a separate ssl cert or simply add the additional domain to the cert that gets generated. or is that okay? from what i know i would think its generally better to have a separate ssl cert per domain thanks again!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hey there, is there any guidance in support for more than 1 top level domain? based on the install of the unraid app it isnt as simple as the docker config, but i assume it should be possible via manual config edits? thanks in advance!
-
** Hackintosh ** Tips to make a bare metal MacOS
hey all, ive got a catalina vm running but having trouble passing through a usb controller, i understand i need to rename EHC1->EH01 and EHC2->EH02, which i have done via clover configuration ACHI patches and i have copied injectallusb.kext and applied the patches following this guide https://hackintosher.com/forums/thread/list-of-hackintosh-usb-port-limit-patches-10-15-updated.467/ But when i reboot i get no usb ability? checking the system report on the mac i see no change when plugging in devices either. i have a Gigabyte X79-UP4 if that helps. i can passthrough individual devices fine, but thats a pain haha Do you have any suggestions on anything i may be missing or doing wrong? Thanks in advance!
-
[Support] SpaceinvaderOne - Macinabox
hey @samtrois thanks for the suggestion tried another cable but doesn't make a difference sadly
-
[Support] SpaceinvaderOne - Macinabox
Hey all, on my first install i was able to get GPU passthrough via my GT 620 as a secondary card. but the next day i could not get video signal anymore. So i tried reinstalling the OS a few times infact.. (also tried high sierra and mojave) this had no effect. I also think i was served with weird boot screen at one point which allowed me to skip the clover boot loader (i think this is the important part as the GT 620 suffers from the reboot bug) Does anyone know how to adjust the Clover image to allow for me to try and skip the boot loader to rule this out as an issue or any tips for GPU passthrough and these macos images. i know the 620 shouldn't work with catalina but i swear it was working, persisted vm sleep too. i dont know how i got lucky the first time haha.. thanks!