GET /
, You are right that a POST /post
does an internal XHR redirect to whatever view you're on to refresh it.
GET /
, You are right that a POST /post
does an internal XHR redirect to whatever view you're on to refresh it.
GET /post
-- There is no handler/route for that, that *will* indeed 404, really strange you're still seeing this? And what's this login issue?
GET /post
-- There is no handler/route for that, that *will* indeed 404, really strange you're still seeing this? And what's this login issue?
DEBU[0163] no subscriptions found for http://10.0.0.164:8000/user/admin/twtxt.txt
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "POST /post HTTP/1.1" 200 0 8.323709ms
DEBU[0163] reloading templates in debug mode...
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "GET / HTTP/1.1" 200 18120 87.933208ms
for every post there should be a
POST /post ...
followed pretty quickly by a GET /
DEBU[0163] no subscriptions found for http://10.0.0.164:8000/user/admin/twtxt.txt
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "POST /post HTTP/1.1" 200 0 8.323709ms
DEBU[0163] reloading templates in debug mode...
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "GET / HTTP/1.1" 200 18120 87.933208ms
for every post there should be a
POST /post ...
followed pretty quickly by a GET /
go v1.22.2
here, but I'll upgrade now just to be sure...
go v1.22.2
here, but I'll upgrade now just to be sure...
go v1.22.2
here, but I'll upgrade now just to be sure...
* 8eef4d5d - (HEAD -> main, origin/main) Add DB restore capability and tools/backu-_db.sh script (19 seconds ago) <James Mills>
Oh well 😅 It works wonderfully!
In the event of a database corruption or loss:
$ URL=http://10.0.0.164:8000 ./tools/backup_db.sh > db.json
mv db.json data/db.restore.json
yarnd ...
* 8eef4d5d - (HEAD -> main, origin/main) Add DB restore capability and tools/backu-_db.sh script (19 seconds ago) <James Mills>
Oh well 😅 It works wonderfully!
In the event of a database corruption or loss:
$ URL=http://10.0.0.164:8000 ./tools/backup_db.sh > db.json
mv db.json data/db.restore.json
yarnd ...
yarnd
and there's enough interest, it _could_ become a user preference.
yarnd
and there's enough interest, it _could_ become a user preference.
-
^n
(Ctrl+n) -- Compose new Twt-
Esc
(Escape) -- Close the composer-
^t
(Ctrl+t) -- Refresh or navigate to Timeline-
^m
(Ctrl+m) -- Refresh or navigate to Mentions-
^d
(Ctrl+d) -- Refresh or navigate to DiscoverThere are shortcuts for Feeds, Settings and Profile too (_similiarly_))
-
^n
(Ctrl+n) -- Compose new Twt-
Esc
(Escape) -- Close the composer-
^t
(Ctrl+t) -- Refresh or navigate to Timeline-
^m
(Ctrl+m) -- Refresh or navigate to Mentions-
^d
(Ctrl+d) -- Refresh or navigate to DiscoverThere are shortcuts for Feeds, Settings and Profile too (_similiarly_))
^n
, then @
and then bender<TAB>
and the rest of this twt, finally ^ENTER
_)
^n
, then @
and then bender<TAB>
and the rest of this twt, finally ^ENTER
_)
1977cb18 2024-06-17T22:54:51+00:00
1977cb18 2024-06-17T22:54:51Z
1977cb18 2024-06-17T22:54:51+00:00
1977cb18 2024-06-17T22:54:51Z
Silly yjay I can't pin point 🤣