Compare commits
2 Commits
6256260057
...
main
Author | SHA1 | Date | |
---|---|---|---|
1e62814108
|
|||
bc7f51098e
|
@ -1,5 +1,11 @@
|
||||
# pubspace
|
||||
|
||||
> **WARNING**: this was an experimental prototype to understand if an
|
||||
> "always-on" intermediary service could facilitate digital publishing
|
||||
> practices in the lumbung.space. We have since moved to the idea of a
|
||||
> slow and not real-time mode of publishing which will happen in another
|
||||
> repository.
|
||||
|
||||
[](https://drone.autonomic.zone/ruangrupa/pubspace)
|
||||
|
||||
A service to facilitate collective digital publishing practices.
|
||||
|
@ -67,7 +67,7 @@ async def home(request: Request):
|
||||
file = payload["rel_path"]
|
||||
link = create_share(file)
|
||||
except Exception:
|
||||
request.app.state.log.info(f"Failed to share {file}"
|
||||
request.app.state.log.info(f"Failed to share {file}")
|
||||
return {"detail": "failed to create share"}
|
||||
|
||||
if link:
|
||||
|
@ -7,8 +7,6 @@ OWNER_USER_ID="$2"
|
||||
NEXTCLOUD_RELATIVE_PATH="$3"
|
||||
LOCALLY_AVAILABLE_FILE="$4"
|
||||
|
||||
echo "RUNNING: ${FILE}" >> pubspace.log
|
||||
|
||||
/usr/bin/curl \
|
||||
-H "Content-Type: application/json" \
|
||||
-X GET \
|
||||
|
Reference in New Issue
Block a user