Adrian Kuschelyagi Malacoda kuschelyagi
kuschelyagi pushed to master at kuschelyagi/otherworld 2021-02-28 22:22:57 +00:00
9340dbe720 Parse command line config on startup and apply later, so we can load config files based on container name (and also just because it looks cleaner). Also wrap logging logic into function and expose to config files.
kuschelyagi pushed to master at kuschelyagi/otherworld 2021-02-28 10:54:13 +00:00
556b9d6b75 use sys.stdout.isatty() to detect if a tty is available
6c48e92378 add flag --notty for disabling tty allocation (-t in docker command)
Compare 2 commits »
kuschelyagi pushed to master at kuschelyagi/lil-bits 2021-01-29 16:55:52 +00:00
1d3b97a9f5 blasphemy: add the user-supplied --paths argument to the library search paths, as well as to LD_LIBRARY_PATH
4d7a15ed3b blasphemy: exclude directories that we know won't contain the library we're looking for, so as to speed it up
5f4d4fcaac rename download-youtube-audio to download-youtube and make it more general
fd4c380025 blasphemy: add command to produce a patched copy of the input binary
cb8f881ce2 blasphemy: allow passing in args after --run for convenience
Compare 6 commits »
kuschelyagi pushed to master at kuschelyagi/otherworld 2021-01-10 07:21:57 +00:00
84aaf451f7 Add ability to load config files, which are processed before command line arguments.
kuschelyagi pushed to master at monarch-pass/services 2020-12-21 02:18:49 +00:00
b794c5e8a9 add scripts to create nginx virtual host for service
ef2564ed53 add drone/woodpecker services
Compare 2 commits »
kuschelyagi pushed to master at monarch-pass/etc 2020-12-21 02:02:54 +00:00
cf8d371f00 update nginx configs
kuschelyagi pushed to master at monarch-pass/services 2020-12-21 01:57:20 +00:00
26ad8d8232 make docker-compose file for monarch-pass.net public
kuschelyagi created branch master in monarch-pass/services 2020-12-21 01:57:20 +00:00
kuschelyagi pushed to ssh_agent_support at kuschelyagi/piecannon 2020-12-17 08:51:30 +00:00
b8fd687ec2 Merge branch 'master' into ssh_agent_support
4e1156d4bc when testing servers, don't propagate exceptions but do note them
e4ea50ac66 remove unused imports
33491e3904 if WebDAV request returns error code, throw exception
Compare 4 commits »
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-12-17 08:50:59 +00:00
4e1156d4bc when testing servers, don't propagate exceptions but do note them
e4ea50ac66 remove unused imports
33491e3904 if WebDAV request returns error code, throw exception
Compare 3 commits »
kuschelyagi closed issue kuschelyagi/piecannon#4 2020-12-14 05:58:12 +00:00
GoFile.io support
kuschelyagi commented on issue kuschelyagi/piecannon#4 2020-12-14 05:58:12 +00:00
GoFile.io support

Implemented and seems to work, however we can't actually get a direct download link, so this is less useful than I thought.

kuschelyagi pushed to ssh_agent_support at kuschelyagi/piecannon 2020-12-14 04:18:02 +00:00
80cc767c25 Merge branch 'master' into ssh_agent_support
be5b64789a whitespace
b894978f92 readme: expand on currently supported server types
ef252f5a19 ok, NOW add WebDavServer...
Compare 4 commits »
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-12-14 04:17:50 +00:00
be5b64789a whitespace
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-12-14 04:17:21 +00:00
b894978f92 readme: expand on currently supported server types
ef252f5a19 ok, NOW add WebDavServer...
6ed87b738f lib: Add WebDav server type, make this the default server type (since it's relatively simple, standardized, and requires the least configuration).
Compare 3 commits »
kuschelyagi pushed to ssh_agent_support at kuschelyagi/piecannon 2020-12-14 04:04:54 +00:00
21a7b6e870 Merge branch 'master' into ssh_agent_support
6ed87b738f lib: Add WebDav server type, make this the default server type (since it's relatively simple, standardized, and requires the least configuration).
c0cb1b4f2e lib: add GoFile server type. Note this isn't as useful as a direct file upload because GoFile forces clients to visit a page before accessing the file, meaning e.g. the file won't embed in a chat service.
Compare 3 commits »
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-12-14 03:17:48 +00:00
c0cb1b4f2e lib: add GoFile server type. Note this isn't as useful as a direct file upload because GoFile forces clients to visit a page before accessing the file, meaning e.g. the file won't embed in a chat service.
kuschelyagi pushed to ssh_agent_support at kuschelyagi/piecannon 2020-12-13 13:36:57 +00:00
212996521a Merge branch 'master' into ssh_agent_support
0ffe462710 desktop: add --test command to test all defined servers
cf920c57c6 lib: add FtpServer type
77cf4f5820 desktop/piecannon: capture output of mvn command so we can display it to the user, capture error code so we can pass it upstream
0d29b03dce remove unused imports
Compare 5 commits »
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-12-13 13:33:13 +00:00
0ffe462710 desktop: add --test command to test all defined servers
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-12-13 12:26:22 +00:00
cf920c57c6 lib: add FtpServer type
77cf4f5820 desktop/piecannon: capture output of mvn command so we can display it to the user, capture error code so we can pass it upstream
0d29b03dce remove unused imports
Compare 3 commits »