[00:16] *** second has quit IRC (Quit: ZNC 1.6.5 - http://znc.in) [00:23] *** second has joined #warrior [01:56] *** Flashfire has quit IRC (Remote host closed the connection) [01:56] *** kiska has quit IRC (Remote host closed the connection) [01:57] *** Flashfire has joined #warrior [01:57] *** kiska has joined #warrior [03:22] *** ivan has quit IRC (Quit: Leaving) [03:23] *** ivan has joined #warrior [03:34] *** ivan_ has joined #warrior [03:36] *** ivan has quit IRC (Ping timeout: 745 seconds) [05:24] *** ivan_ is now known as ivan [08:31] *** oshura has quit IRC (Read error: Connection reset by peer) [10:24] *** Smiley has joined #warrior [11:22] *** prq has quit IRC (Remote host closed the connection) [12:08] *** mtntmnky has quit IRC (Remote host closed the connection) [12:08] *** mtntmnky has joined #warrior [12:58] *** prq has joined #warrior [16:09] Is there any way to pass variables like the nickname or the concurrency to the warrior when starting the docker image for the first time? [16:11] not that I know of, but I'm not a SME. I do know you have set both parameters in the warrior web UI. Concurrency max=6 in web ui [16:12] Ah, okay. [16:12] presumably you *could* write something that calls the webUI and sets those params there [16:12] I've got a working stackscript to deploy it on Linode, is why I'm asking [16:14] I've only used the Warrior Virtualbox VM version (which has docker inside), not the separate docker version. [16:17] heh, there IS [16:18] I'm going to give it a go! [16:23] yes, you just set the vars when you run it [16:25] yeah, I've noticed [16:37] *** atphoenix has quit IRC (Ping timeout: 276 seconds) [16:38] *** DogsRNice has joined #warrior [16:40] *** atphoenix has joined #warrior [16:45] *** atphoenix has quit IRC (Client Quit) [16:45] *** atphoenix has joined #warrior [16:46] *** atphoenix has quit IRC (Read error: Connection reset by peer) [16:46] *** atphoenix has joined #warrior [16:48] nyanyâ–¸ the docker image does look at variables. one moment. [16:48] prq: yeah, I found the documentation, I'll play around with it in a bit [16:49] https://github.com/ArchiveTeam/warrior-dockerfile#using-environment-variables [16:49] everything I need to know is... yeah [16:49] there [16:49] for what it's worth, I found that CONCURRENT_ITEMS seems to be ignored and it uses the default 2. [16:49] ah [16:49] since you're here, could I bother you to have a quick look at this... [16:50] sure [16:50] https://www.irccloud.com/pastebin/pWdpVf6g/ [16:50] This doesn't seem to work properly [16:51] get rid of the extraneous -e arguments [16:51] oh I must have had a typo last time I tried CONCURRENT_ITEMS [16:53] Do I leave the one at the top? [16:54] as per the documentation the first line has an extra -e [16:54] where in the documentation are you looking? [16:55] docker run --help has some info that's helpful here. --env and -e are aliases. if you specify --env/-e then the next thing needs to be a key/value. doing '--env FOO=bar -e --env BING=baz' doesn't make sense. [16:56] '-e FOO=bar -e BING=baz' does and is equivalent to '--env FOO=bar --env BING-baz' but that extra -e in your pastebin is a typo (even if you copied it from somewhere) [16:57] ah I found where the typo came from: https://hub.docker.com/r/archiveteam/warrior-dockerfile/ [16:57] I don't know who has access to that Docker Hub account, but they'd need to log in and edit the doc that way. [16:58] so it's not necessary [16:58] perfect [17:04] neat, it works prq [17:58] *** Wingy has quit IRC (The Lounge - https://thelounge.chat) [18:01] *** Wingy has joined #warrior [18:41] I'm going to touch up the script but it seems stupid easy. I'll publish it to the community stackscripts so everyone else can run the warrior easily on Linode [18:52] *** Wingy has quit IRC (The Lounge - https://thelounge.chat) [18:53] *** Wingy has joined #warrior [20:57] *** mtntmnky has quit IRC (Read error: Operation timed out) [21:21] *** Atom has quit IRC (Read error: Operation timed out) [22:23] *** Atom has joined #warrior [22:35] *** Atom has quit IRC (Ping timeout: 276 seconds) [22:40] *** Atom has joined #warrior [22:44] *** Decobus has quit IRC (https://quassel-irc.org - Chat comfortably. Anywhere.) [23:29] *** Decobus has joined #warrior