Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Human Readable URLs #21

Closed
wants to merge 11 commits into from
Closed

Human Readable URLs #21

wants to merge 11 commits into from

Conversation

r1x1
Copy link
Contributor

@r1x1 r1x1 commented May 15, 2020

Solves #19

Adds Gfycat-style URL generation consisting of a concatenated string of capitalized words. The default format is "AdjectiveAdjectiveNounNoun".

The generator supports adding additional word lists and formats.

In testing a large number of generated phrases I did see conflicts starting after around 3,000,000 generated phrases, but for an application like file0 where there is relatively low traffic / file expiration I'm not particularly concerned.

@s3krit
Copy link
Owner

s3krit commented May 24, 2020

Looks good, cheers. I'd like it to be a configurable (add some boolean or something to app/config.rb), then happy to merge it!

@r1x1
Copy link
Contributor Author

r1x1 commented May 3, 2021

Looks good, cheers. I'd like it to be a configurable (add some boolean or something to app/config.rb), then happy to merge it!

Gravedigging: Added a config option to app/config.rb as well as updated the docker-compose config with the newly referenced ENV variable. Should hopefully be good to go.

@r1x1 r1x1 closed this Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants