diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-10-18 14:38:30 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-10-18 14:38:30 -0400 |
commit | ddf24e7cf6ad650ec14cafeeec9388b05dced731 (patch) | |
tree | 1c9cc1043e46edaa1eb64b632db3ebb8a4b7dc73 /2022 | |
parent | 3697b8c0ff30e8ba8b45d4f95b7b0c82fafef4f4 (diff) | |
download | emacsconf-wiki-ddf24e7cf6ad650ec14cafeeec9388b05dced731.tar.xz emacsconf-wiki-ddf24e7cf6ad650ec14cafeeec9388b05dced731.zip |
Update notebook
Diffstat (limited to '')
-rw-r--r-- | 2022/organizers-notebook.md | 144 | ||||
-rw-r--r-- | 2022/organizers-notebook/index.org | 38 |
2 files changed, 149 insertions, 33 deletions
diff --git a/2022/organizers-notebook.md b/2022/organizers-notebook.md index 60d4d659..b6bc4a66 100644 --- a/2022/organizers-notebook.md +++ b/2022/organizers-notebook.md @@ -469,7 +469,7 @@ Ordered by importance. <a id="upload"></a> -## TODO Figure out web-based file upload :needsowner:bandali:ansible: +## INPROGRESS Figure out web-based file upload :needsowner:bandali:ansible: zaeph: I can work on it, but I’m not experienced in this domain, so I’d prefer to be a back-up. task is currently with bandali @@ -496,25 +496,129 @@ Considerations: - DebConf uses SReview(?) - FOSSGIS uses Seafile <https://vmx.cx/cgi-bin/blog/index.cgi/video-uploads-for-an-online-conference%3A2021-06-12%3Aen%2Cconference%2Cgeo> - Some options: - - <https://www.projectsend.org/> - - <https://github.com/pomf/pomf> - - <https://github.com/dutchcoders/transfer.sh/> - - <https://github.com/epoupon/fileshelter> - - <https://github.com/mickael-kerjean/filestash> - - <https://gitlab.com/mojo42/Jirafeau> - - <https://github.com/eikek/sharry> - - <https://github.com/YouTransfer/YouTransfer> - - <https://github.com/psi-4ward/psitransfer> + + <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> + + + <colgroup> + <col class="org-left" /> + + <col class="org-left" /> + + <col class="org-left" /> + + <col class="org-left" /> + + <col class="org-left" /> + </colgroup> + <tbody> + <tr> + <td class="org-left">Project</td> + <td class="org-left">Docker</td> + <td class="org-left">Buster</td> + <td class="org-left">Base</td> + <td class="org-left">Notes</td> + </tr> + + + <tr> + <td class="org-left"><a href="https://www.projectsend.org/">https://www.projectsend.org/</a></td> + <td class="org-left"> </td> + <td class="org-left"> </td> + <td class="org-left">php+mysql</td> + <td class="org-left"> </td> + </tr> + + + <tr> + <td class="org-left"><a href="https://github.com/pomf/pomf">https://github.com/pomf/pomf</a></td> + <td class="org-left"> </td> + <td class="org-left"> </td> + <td class="org-left">php+mysql</td> + <td class="org-left"> </td> + </tr> + + + <tr> + <td class="org-left"><a href="https://github.com/psi-4ward/psitransfer">https://github.com/psi-4ward/psitransfer</a></td> + <td class="org-left">official</td> + <td class="org-left"> </td> + <td class="org-left">node</td> + <td class="org-left">can set upload password, resumable; data volume needs uid 1000</td> + </tr> + + + <tr> + <td class="org-left"><a href="https://github.com/epoupon/fileshelter">https://github.com/epoupon/fileshelter</a></td> + <td class="org-left">official</td> + <td class="org-left">ppa</td> + <td class="org-left">C++</td> + <td class="org-left"> </td> + </tr> + + + <tr> + <td class="org-left"><a href="https://github.com/mickael-kerjean/filestash">https://github.com/mickael-kerjean/filestash</a></td> + <td class="org-left">official</td> + <td class="org-left"> </td> + <td class="org-left"> </td> + <td class="org-left">general FTP client</td> + </tr> + + + <tr> + <td class="org-left"><a href="https://gitlab.com/moejo42/Jirafeau">https://gitlab.com/moejo42/Jirafeau</a></td> + <td class="org-left">official</td> + <td class="org-left"> </td> + <td class="org-left">php</td> + <td class="org-left"> </td> + </tr> + + + <tr> + <td class="org-left"><a href="https://github.com/YouTransfer/YouTransfer">https://github.com/YouTransfer/YouTransfer</a></td> + <td class="org-left">official</td> + <td class="org-left"> </td> + <td class="org-left">node</td> + <td class="org-left">looking for maint</td> + </tr> + + + <tr> + <td class="org-left"><a href="https://github.com/dutchcoders/transfer.sh/">https://github.com/dutchcoders/transfer.sh/</a></td> + <td class="org-left"> </td> + <td class="org-left"> </td> + <td class="org-left"> </td> + <td class="org-left"> </td> + </tr> + + + <tr> + <td class="org-left"><a href="https://github.com/eikek/sharry">https://github.com/eikek/sharry</a></td> + <td class="org-left"> </td> + <td class="org-left"> </td> + <td class="org-left"> </td> + <td class="org-left"> </td> + </tr> + </tbody> + </table> + - NextCloud + + anon FTP upload currently goes to *srv/ftp/anon* on media.emacsconf.org + + <file:///ssh:media|sudo> + + Maybe I’ll do psitransfer as a direct install -### TODO Create 2022/upload.md with the same workflow as last year for a start +### DONE Create 2022/upload.md with the same workflow as last year for a start -### BLOCKED Implement new workflow +### DONE Implement new workflow -### BLOCKED Notify speakers when the final solution is available +### TODO Notify speakers when the final solution is available <a id="coordinate-volunteers"></a> @@ -1074,9 +1178,9 @@ Note on how DebConf handled incidents: - [How do we want to make better use of Etherpad?](#pad-decision) - [Can we nudge people to ask IRC questions in a way that will make it easier for us to follow them?](#irc-markers) - [How many BBB rooms do we want to set up?](#bbb-rooms) -- [How easy do we want to make it to join the BBB session?](#org3e30dde) -- [How do we want to name the BBB rooms?](#org778d3ab) -- [Uh… how should ikiwiki be set up?](#orgb351512) +- [How easy do we want to make it to join the BBB session?](#org1768cfd) +- [How do we want to name the BBB rooms?](#orgfbe2e9b) +- [Uh… how should ikiwiki be set up?](#org3d5c2e1) - [Do we want people to advertise any openings with their companies or any work that they’re looking for?](#advertising) - [Decision archive](#decision-archive) @@ -1287,7 +1391,7 @@ Ideas: - Worked fine last time -<a id="org3e30dde"></a> +<a id="org1768cfd"></a> ## How easy do we want to make it to join the BBB session? @@ -1315,7 +1419,7 @@ Options: - Waiting users don’t make the user notification go ding. -<a id="org778d3ab"></a> +<a id="orgfbe2e9b"></a> ## How do we want to name the BBB rooms? @@ -1330,7 +1434,7 @@ Needs to be easy to: ec22-sat-am-dev Speaker Name (slugs) -<a id="orgb351512"></a> +<a id="org3d5c2e1"></a> ## Uh… how should ikiwiki be set up? @@ -2253,7 +2357,7 @@ Probably focus on grabbing the audio first and seeing what’s worth keeping Make a table of the form -<table id="orgc27bc2b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> +<table id="orgba5b7f8" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <colgroup> diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 994927c4..d15b5cd9 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -184,7 +184,8 @@ Blocked by [[*Figure out web-based file upload][Figure out web-based file upload #+TOC: headlines 1 local Ordered by importance. -** TODO [#A] Figure out web-based file upload :needsowner:bandali:ansible: +** INPROGRESS [#A] Figure out web-based file upload :needsowner:bandali:ansible: +SCHEDULED: <2022-10-18 Tue> :PROPERTIES: :CUSTOM_ID: upload :END: @@ -212,19 +213,30 @@ Considerations: - DebConf uses SReview(?) - FOSSGIS uses Seafile https://vmx.cx/cgi-bin/blog/index.cgi/video-uploads-for-an-online-conference%3A2021-06-12%3Aen%2Cconference%2Cgeo - Some options: - - https://www.projectsend.org/ - - https://github.com/pomf/pomf - - https://github.com/dutchcoders/transfer.sh/ - - https://github.com/epoupon/fileshelter - - https://github.com/mickael-kerjean/filestash - - https://gitlab.com/mojo42/Jirafeau - - https://github.com/eikek/sharry - - https://github.com/YouTransfer/YouTransfer - - https://github.com/psi-4ward/psitransfer + + | Project | Docker | Buster | Base | Notes | + | https://www.projectsend.org/ | | | php+mysql | | + | https://github.com/pomf/pomf | | | php+mysql | | + | https://github.com/psi-4ward/psitransfer | official | | node | can set upload password, resumable; data volume needs uid 1000 | + | https://github.com/epoupon/fileshelter | official | ppa | C++ | | + | https://github.com/mickael-kerjean/filestash | official | | | general FTP client | + | https://gitlab.com/moejo42/Jirafeau | official | | php | | + | https://github.com/YouTransfer/YouTransfer | official | | node | looking for maint | + | https://github.com/dutchcoders/transfer.sh/ | | | | | + | https://github.com/eikek/sharry | | | | | - NextCloud -*** TODO Create 2022/upload.md with the same workflow as last year for a start -*** BLOCKED Implement new workflow -*** BLOCKED Notify speakers when the final solution is available + + anon FTP upload currently goes to /srv/ftp/anon/ on media.emacsconf.org + + [[file:/ssh:media|sudo::/etc/vsftpd.conf]] + + Maybe I'll do psitransfer as a direct install + +*** DONE Create 2022/upload.md with the same workflow as last year for a start +CLOSED: [2022-10-18 Tue 14:37] +*** DONE Implement new workflow +CLOSED: [2022-10-18 Tue 14:37] +*** TODO Notify speakers when the final solution is available ** TODO Coordinate and help volunteers :sachac: :PROPERTIES: :CUSTOM_ID: coordinate-volunteers |