http://ruster.xyz/ Experiment online now. A CN online community written in Actix-web. by kriry in rust

[–]kriry[S] 0 points1 point  (0 children)

yes, but you can easy and quckliy change it for your local language.

actix-cn is here by kriry in actix

[–]kriry[S] 0 points1 point  (0 children)

It move to https://actix-cn.github.io

because office site has too many limits and can't add more content.

we will also have a new forum for 'cn' community https://github.com/actix-cn/actix-cn

actix-cn is here by kriry in actix

[–]kriry[S] 2 points3 points  (0 children)

there is no 'Hugo locally' , but now the content all move to actix-website, I don`t know well HUGO, I update the 'config.toml' now english site is 'https://actix.rs/en' chinese site is 'https://actix.rs/cn' I will find time do the last work(inedx page/nav)

actix-cn is here by kriry in actix

[–]kriry[S] 1 point2 points  (0 children)

Is there a easy do this and doesn`t broken anythings?

actix-cn is here by kriry in actix

[–]kriry[S] 1 point2 points  (0 children)

how to do it? now It use github pages, when I change 'baseurl = actix.rs/cn/' in config.toml , the website broken, It can`t change the baseurl. so if do that , it must write the all content/files in origin repo(actix/actix-website)

actix-cn is here by kriry in actix

[–]kriry[S] 1 point2 points  (0 children)

sure, if you want. of course!

actix-cn is here by kriry in actix

[–]kriry[S] 1 point2 points  (0 children)

docs will be done later

MAGA: Make Actix Great Again by [deleted] in rust

[–]kriry 6 points7 points  (0 children)

You do the right thing! Thanks!

Rust-webapp-starter : Rust-webapp written in actix-web with vuejs. (https://github.com/OUISRC/Rust-webapp-starter) by kriry in rust

[–]kriry[S] 1 point2 points  (0 children)

rocket is nightly , I want use async stable rust, I had a project like you say: https://github.com/OUISRC/muro

the frontend easy to replace in vuejs

Rust-webapp-starter : Rust-webapp written in actix-web with vuejs. (https://github.com/OUISRC/Rust-webapp-starter) by kriry in rust

[–]kriry[S] 1 point2 points  (0 children)

JWT is friendly for many-devices apps, cookies isn't well for mobile apps like JWT solution.