mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #5920] [FR] self-hosters publish to web #2630
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2630
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @annieappflowy on GitHub (Aug 10, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5920
Originally assigned to: @LucasXu0, @khorshuheng on GitHub.
There is a limitation for self-hosters, that the option is offered in AppFlowy, but breaks, due to generating false-positive URLs when being logged on to a self-hosted AppFlowy Cloud instance.
Also see:
Originally posted by @almereyda in https://github.com/AppFlowy-IO/AppFlowy/issues/716#issuecomment-2217740844
@smartyhero commented on GitHub (Sep 6, 2024):
Share my successful use of the Publish to the Web feature. https://blog.k8sre.cn/05ee1554-efde-462f-a10c-b528b558a318/-----appflowy-------8d6e89fb-7e4f-4974-bbe3-b30b9c487d69
@smartyhero commented on GitHub (Sep 6, 2024):
There are some small suggestions for the published page
@ghost commented on GitHub (Sep 6, 2024):
hey @smartyhero , is this available in self hosted version? how did u got the custom url?
@annieappflowy commented on GitHub (Sep 6, 2024):
@smartyhero , Can you explain 3. a fixed-position document top/bottom button? How it would work?
Thank you for your suggestions!
@smartyhero commented on GitHub (Sep 7, 2024):
Provide a button to jump to the top or bottom of the page with one click
@smartyhero commented on GitHub (Sep 7, 2024):
You can open the URL I provided, which contains the operation process I recorded, but it is in Chinese, so you may need to translate it.
I configured a domain name for the published page, but the domain name cannot be customized in appflowy at present, so you need to manually replace the URL provided by appflowy with your own domain name before accessing it.
@Hazegard commented on GitHub (Sep 27, 2024):
I managed to also publish pages on my self hosted environment, here is en excerpt of what ive done.
My setup is a traefik that handle the publicly exposed dockers:
admin_appflowy) exposed atadmin.example.comappflowy_web_app) exposed atblog.example.comHere are the steps:
appflowy_web_appIt updates the domain
test.appflowy.cloudto my own domainadmin.example.comappflowy_web_appcontainer to the stack and configure the reverse proxyFinally, just use the publish to web feature and update the link to use your domain (blog.example.com here) .
Its the first working attempt I have, so the configuration may be improvable (mainly the nginx configuration is my first working attempt), but if you want to try yourself you can start from it :)
@luxio commented on GitHub (Sep 30, 2024):
@Hazegard Thank you very much.
How did you add the container to the stack?
@almereyda commented on GitHub (Sep 30, 2024):
@luxio While I cannot comment on the preposters journey, please feel invited to also take inspiration from this comment in the tracking issue over at the backend side of things.
The Dockerfile above helped me to extend my https://github.com/AppFlowy-IO/AppFlowy-Cloud/issues/622 experiment quite easily with a custom static frontend alongside my AppFlowy-Cloud instance. Next step could be to reintegrate the modifications into the application container, in so it serves a frontend adapted to its endpoints. The suggestion is to 1st patch the deployment images and 2nd to modify this web app here to allow runtime configuration of the affected settings.
The comment also mentions perceived regressions in the UX of the display, which makes a lot of effort to draw people to register to the instance.
@almereyda commented on GitHub (Oct 13, 2024):
We now have four highly related tracking issues for two tightly related features in the two frontend and backend projects now:
Edit:
The comment https://github.com/AppFlowy-IO/AppFlowy-Cloud/issues/680#issuecomment-2380387584 better fits here:
@almereyda commented on GitHub (Nov 8, 2024):
There has been some movement in this area around the release of v0.7.3 with #6614.
@smartyhero commented on GitHub (Nov 13, 2024):
I use version 0.7.3 and it doesn't work here
@annieappflowy commented on GitHub (Jan 31, 2025):
Supported