Neocities.org - the web site. Yep, the backend is open source!
Find a file
dependabot[bot] cb7611cd4b
Bump puma from 5.4.0 to 5.5.1
Bumps [puma](https://github.com/puma/puma) from 5.4.0 to 5.5.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v5.4.0...v5.5.1)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-12 17:54:54 +00:00
app fixes for hcaptcha, add to dmca form 2020-11-26 01:45:23 -06:00
ext clean up some old gunk 2019-09-21 02:17:13 -07:00
files sitemap: improvements, fixes, add tags 2019-10-09 15:13:42 -07:00
migrations api key index 2020-11-18 22:00:09 -06:00
models Fix for nonstandard file rename with supporter accounts 2021-09-09 17:51:47 -05:00
public update ace editor to 1.4.12 2021-02-08 17:59:39 -07:00
sass update skeuocard to use davidsiaw branch 2019-10-24 12:41:06 -07:00
tests Fix for nonstandard file rename with supporter accounts 2021-09-09 17:51:47 -05:00
vagrant clean up some old gunk 2019-09-21 02:17:13 -07:00
views typo 2021-03-11 15:47:04 -08:00
workers fix for if site is missing 2021-09-08 16:04:32 -05:00
.gitignore sitemap generation 2019-10-08 20:50:32 -07:00
.travis.yml install bundler before install on travis 2019-01-19 23:29:50 -08:00
app.rb fixes for hcaptcha, add to dmca form 2020-11-26 01:45:23 -06:00
app_helpers.rb fixes for hcaptcha, add to dmca form 2020-11-26 01:45:23 -06:00
code-of-conduct.txt Update code-of-conduct.txt 2016-02-08 12:45:41 -08:00
config.ru update dav4rack, tempblock some methods until we can cover them properly 2019-09-03 00:16:41 -07:00
config.yml.template testing hcaptcha for contact form 2020-11-25 18:54:04 -06:00
config.yml.travis testing hcaptcha for contact form 2020-11-25 18:54:04 -06:00
environment.rb fixes for hcaptcha, add to dmca form 2020-11-26 01:45:23 -06:00
Gemfile update nokogiri and addressable 2021-09-08 16:16:43 -05:00
Gemfile.lock Bump puma from 5.4.0 to 5.5.1 2021-10-12 17:54:54 +00:00
LICENSE.txt Add BSD 2-clause license 2013-06-22 18:59:38 -07:00
puma_config.rb Set to lower thread pool size to handle heavy load better 2019-09-20 01:39:33 +00:00
rainbows_config.rb referencing stripe from its repo breaks rubygems install for some reason 2015-03-25 20:03:28 +00:00
Rakefile blacklist -> blocklist for disposable emails 2020-08-03 19:38:30 +00:00
README.md Improve the Bad Dudes image 2019-09-11 15:09:52 -04:00
Vagrantfile Improvements & fixes for vagrant staging 2016-08-09 20:04:57 -07:00

Neocities.org

Build Status Coverage Status

The web site for Neocities! It's open source. Want a feature on the site? Send a pull request!

Getting Started

Neocities can be quickly launched in development mode with Vagrant. Vagrant builds a virtual machine that automatically installs everything you need to run Neocities as a developer. Install Vagrant, then from the command line:

vagrant up --provision

Vagrant takes a while, make a pizza while waiting

vagrant ssh
bundle exec rackup -o 0.0.0.0

Now you can access the running site from your browser: http://127.0.0.1:9292

Want to contribute?

If you'd like to fix a bug, or make an improvement, or add a new feature, it's easy! Just send us a Pull Request.

  1. Fork it (http://github.com/YOURUSERNAME/neocities/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request